0% found this document useful (0 votes)
344 views

Oam Script Editing

The document provides an example of editing an OAM script. It shows the original script with comments explaining the changes needed. The key points are: 1) The script needs to be edited to reference the correct site name, site ID, and IP addresses for the specific site being configured. 2) The VLAN IDs, subnet masks, default gateways, and IP addresses for both the IUB and OAM/MUB interfaces need to be changed to match the correct values for the new site. 3) The NTP, DNS, and other network server IP addresses may also need to be updated.

Uploaded by

Nexty Khotimah
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
344 views

Oam Script Editing

The document provides an example of editing an OAM script. It shows the original script with comments explaining the changes needed. The key points are: 1) The script needs to be edited to reference the correct site name, site ID, and IP addresses for the specific site being configured. 2) The VLAN IDs, subnet masks, default gateways, and IP addresses for both the IUB and OAM/MUB interfaces need to be changed to match the correct values for the new site. 3) The NTP, DNS, and other network server IP addresses may also need to be updated.

Uploaded by

Nexty Khotimah
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

OAM SCRIPT EDITING

Contoh ATND :

IUB PART

OAM PART

Contoh Editing OAM Script:

<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE SiteBasic SYSTEM "OamAccess.dtd"> <!--Project: XLComm--> <!--File generated by : ERICSSON INDONESIA--> <!--File prepared by: Ahmad Jaiz--> <!--Date / Time Created : 7/06/2011 13:13PM MINDI (sesuai ATND diatas)

<!--Site Name:GSI SUKABUMI--> Ganti Dengan Nama Site Yang Akan Di Comm ~ <!--Site ID

:346BM4231G--> Ganti Dengan Site Id Site Yang Akan Di Comm ~ 341A078G (Sesuai ATND diatas)

<!--OAM Access Configuration-->

<SiteBasic> <Format revision="E" /> <ConfigureOAMAccess> <IPoverEthernet ethernetIpAddress="169.254.1.1" ethernetSubnetMask="255.255.0.0" />

<IPoverGigabitEthernet syncVid="6" VLAN ID Iub = 6 syncSubnetMask="255.255.255.224" Subnetmask Iub = 255.255.255.224 syncIpAddress="10.164.210.142" etIPSynchSlot="1A1-2" defaultRouter0="10.164.210.129"> Default Gateway Iub = 10.164.174.129 <IpSyncRef ntpServerIpAddress="10.164.71.134" IPSyncref1 = 10.164.47.132 /> <IpSyncRef ntpServerIpAddress="10.164.71.133" IPSyncref1 = 10.164.47.133 /> <OamIpHost oamSubnetMask="255.255.255.0" Subnetmask OAM / Mub Over Ip = 255.255.255.0 oamDefaultRouter0="10.164.70.1" Default Gateway OAM / Mub Over IP = 10.164.174.129 oamIpAddress="10.164.70.101" IP RBS (Mub Over IP) = 10.164.174.132 oamVid="3191" VLAN ID OAM / Mub Over Ip = 3081 /> </IPoverGigabitEthernet> <Servers isDefaultDomainName="YES" defaultDomainName="umtsom.intra.excelcom.co.id" dnsServerIpAddress="10.21.106.15" dhcpServerPrimaryIpAddress="0.0.0.0" dhcpServerSecondaryIpAddress="0.0.0.0" primaryNtpServerIpAddress="10.23.64.116" primaryNtpServiceActive="YES" secondaryNtpServerIpAddress="10.23.64.117" secondaryNtpServiceActive="NO" localTimeZone="VST" daylightSavingTime="NO" /> IP AccessHostET (IP Iub) = 10.164.174.132

<StaticRouting> <Route routeIpAddress="0.0.0.0" routeSubnetMask="0.0.0.0" hopIpAddress="10.164.70.1" Default Gateway OAM / Mub Over IP = 10.164.174.129 routeMetric="100" redistribute="NO" /> </StaticRouting> <NetworkSynch synchSlot="1" synchPort="7" synchPriority="1" /> <NetworkSynch synchSlot="1" synchPort="8" synchPriority="2" /> </ConfigureOAMAccess> </SiteBasic>

You might also like