Table Of Contents
Line Management
Line MIB Tables
DS1 (T1/E1) Line Management
Adding a DS1 Line
Configuring a DS1 Line
Deleting a DS1 Line
DS3 Line Management
Adding a DS3 Line
Deleting a DS3 Line
SONET Line Management
Adding a SONET Line
Deleting a SONET Line
Obtaining the Logical Line of the STS Path
IMA Group Management
Adding an IMA Group
Deleting an IMA Group
MP Bundle Management
Line Management
This chapter describes how to manage lines by means of the Service Agent. See these sections:
•
Line MIB Tables
•
DS1 (T1/E1) Line Management
•
DS3 Line Management
•
SONET Line Management
•
IMA Group Management
•
MP Bundle Management
Line MIB Tables
Use the following MIB tables for line management:
•
cwmDs1ConfigTable
•
cwmDs3ConfigTable
•
cwmSonetConfigTable
•
cwmLineTable
•
cwmIfLinkConfigTable
•
cwmApsConfigTable
•
cwmX21CnfGrpTable
•
cwmAtmCellLayerTable
•
cwmImaGroupTable
•
cwmImaLinkTable
•
cwmDsx1VismCnfGrpTable
•
cwmLapdTrunkTable
•
cwmT38FaxRelayTable
•
cwmPhyToLogicalLineTable
•
cwmAu4Tug3ConfigTable
•
cwmMpBundleTable
•
cwmPPPLinkTable
•
cwmPPPMuxTable
DS1 (T1/E1) Line Management
This section provides the objects and examples for adding, configuring, and deletingDS1 (T1/E1) lines. The following platforms support line management for T1/E1 lines:
•
MGX 8220
•
MGX 8230, MGX 8250, and MGX 8850 PXM1-based
•
MGX 8850 PXM1E-based
•
MGX 8850 PXM45-based
The following cards support line management for T1/E1 lines:
•
FRSM-8T1/E1 and FRSM-2CT3
•
AUSM-8T1/E1
•
CESM-8T1/E1
•
VISM-8T1/E1 and VISM-PR-8T1/E1
•
PXM1E-T1/E1
•
AXSM-E-T1/E1
•
MPSM-8T1E1
•
MPSM-16T1E1
•
VXSM-T1E1
•
VXSM-155
•
MPSM-T3E3-155
Adding a DS1 Line
To add a DS1 line, issue a SET request with the following mandatory object of the cwmDs1ConfigTable:
cwmDs1RowStatus = enable(1)
In Example 3-1, the following setup is used:
•
CWM host = node18
•
cwmDs1Node = 105p2cw2
•
cwmDs1Shelf = NULL
•
cwmDs1Slot = 14
•
cwmDs1BackCardNum = 1
•
cwmDs1Line = 8
To add a DS1 line, use the syntax in Example 3-1.
Example 3-1 Adding a DS1 Line
/opt/OV/bin/snmpset -p 8161 -t 60 -c private node18 \
cwmDs1RowStatus.<8.49.48.53.112.50.99.119.50>.<0>.<14>.<1>.<8> integer 1
Configuring a DS1 Line
To configure DS1 line parameters, issue a SET request with the following mandatory objects of the cwmDs1ConfigTable:
•
cwmDs1RowStatus = modify(3)
•
Other read-write objects to be configured
In Example 3-2, the following setup is used:
•
CWM host = node18
•
cwmDs1Node = 105p2cw2
•
cwmDs1Shelf = NULL
•
cwmDs1Slot = 14
•
cwmDs1BackCardNum = 1
•
cwmDs1Line = 8
•
cwmDs1Type = dsx1D4(3)
To configure DS1 line parameters, use the syntax in Example 3-2.
Example 3-2 Configuring a DS1 Line
/opt/OV/bin/snmpset -p 8161 -t 60 -r 0 -c private node18 \
cwmDs1RowStatus.<8.49.48.53.112.50.99.119.50>.<0>.<14>.<1>.<8> integer 3 \
cwmDs1Type.<8.49.48.53.112.50.99.119.50>.<0>.<14>.<1>.<8> integer 3
Deleting a DS1 Line
To delete a DS1 line, issue a SET request with the following mandatory object of the cwmDs1ConfigTable:
cwmDs1RowStatus = disable(2)
In Example 3-3, the following setup is used:
•
CWM host = node18
•
cwmDs1Node = 105p2cw2
•
cwmDs1Shelf = NULL
•
cwmDs1Slot = 14
•
cwmDs1BackCardNum = 1
•
cwmDs1Line = 8
To delete a DS1 line, use the syntax in Example 3-3.
Example 3-3 Deleting a DS1 Line
/opt/OV/bin/snmpset -p 8161 -t 60 -c private node18 \
cwmDs1RowStatus.<8.49.48.53.112.50.99.119.50>.<0>.<14>.<1>.<8> integer 2
DS3 Line Management
This section provides the objects and examples for adding, configuring, and deleting DS3 (T3/E3) lines. The following platforms support line management for T3/E3 lines:
•
BPX-8600 and BPX-SES
•
MGX 8850 PXM1-based
•
MGX 8850 PXM1E-based
•
MGX 8850 PXM45-based
The following cards support line management for T3/E3 lines:
•
BXM-T3/E3
•
FRSM-2T3/E3, FRSM-HSFR-12-T3/E3, and FRSM-2CT3
•
CESM-T3/E3
•
PXM1E-T3/E3 and PXM1E-COMBO-T3E3OC3
•
AXSM-T3/E3, AXSM-E-T3/E3, and AXSM-XG
Note
For AXSM-XG cards the cwmDs3Line is a logical line. For a DS3 interface the AXSM-XG card is channelized from a SONET line. This logical line represents various attributes in the channelization hierarchy.
•
SRM-3T3
•
MPSM-T3E3-155
•
VXSM-155
Adding a DS3 Line
To add a DS3 line, issue a SET request with the following mandatory object of the cwmDs3ConfigTable:
cwmDs3RowStatus = enable(1)
In Example 3-4, the following setup is used:
•
CWM host = node18
•
cwmDs3Node = 105p2cw3
•
cwmDs3Shelf = NULL
•
cwmDs3Slot = 1
•
cwmDs3BackCardNum = 2
•
cwmDs3Line = 5
To add a DS3 line, use the syntax in Example 3-4.
Example 3-4 Adding a DS3 Line
/opt/OV/bin/snmpset -p 8161 -t 60 -c private node18 \
cwmDs3RowStatus.<8.49.48.53.112.50.99.119.51>.<0>.<1>.<2>.<5> integer 1
Deleting a DS3 Line
To delete a DS3 line, issue a SET request with the following mandatory object of the cwmDs3ConfigTable:
cwmDs3RowStatus = disable(2)
In Example 3-5, the following setup is used:
•
CWM host = node18
•
cwmDs3Node = 105p2cw3
•
cwmDs3Shelf = NULL
•
cwmDs3Slot = 1
•
cwmDs3BackCardNum = 2
•
cwmDs3Line = 5
To delete a DS3 line, use the syntax in Example 3-5.
Example 3-5 Deleting a DS3 Line
/opt/OV/bin/snmpset -p 8161 -t 60 -c private node18 \
cwmDs3RowStatus.<8.49.48.53.112.50.99.119.51>.<0>.<1>.<2>.<5> integer 2
SONET Line Management
This section provides the objects and examples for adding, configuring, and deleting SONET (OC3, OC12, OC48, and OC192) lines. The following platforms support line management for SONET lines:
•
BPX-8600 and BPX-SES
•
MGX 8850 PXM1-based
•
MGX 8850 PXM1E-based
•
MGX 8850 PXM45-based
The following cards support line management for SONET lines:
•
BXM-OC3/OC12
•
FRSM-2T3/E3, FRSM-HSFR-12-T3/E3, and FRSM-2CT3
•
CESM-T3/E3
•
PXM-OC3/OC12
•
PXM1E-OC3/OC12 and PXM1E-COMBO-T3E3OC3
•
AXSM-OC3/OC48/OC12, AXSM-E-OC3/OC12, and AXSM-XG-OC12/OC48/OC192
Note
For an AXSM-XG card the cwmSonetLine is a logical line. This logical line could be a channelized line, which represents all the attributes in the channelization hierarchy.
•
SRM-OC3
•
MPSM-T3E3-155
•
VXSM-155
Adding a SONET Line
To add a SONET line, issue a SET request with the following mandatory object of the cwmSonetConfigTable:
cwmSonetRowStatus = enable(1)
In Example 3-6, the following setup is used:
•
CWM host = node18
•
cwmSonetNode = 105p2cw3
•
cwmSonetShelf = NULL
•
cwmSonetSlot = 3
•
cwmSonetBackCardNum = 2
•
cwmSonetLine = 4
To add a SONET line, use the syntax in Example 3-6.
Example 3-6 Adding a SONET Line
/opt/OV/bin/snmpset -p 8161 -t 60 -r 0 -c private node18\
cwmSonetRowStatus.<8.49.48.53.112.50.99.119.51>.<0>.<3>.<2>.<4> integer 1
Deleting a SONET Line
To delete a SONET line, issue a SET request with the following mandatory object of the cwmSonetConfigTable:
cwmSonetRowStatus = disable(2)
In Example 3-7, the following setup is used:
•
CWM host = node18
•
cwmSonetNode = 105p2cw3
•
cwmSonetShelf = NULL
•
cwmSonetSlot = 3
•
cwmSonetBackCardNum = 2
•
cwmSonetLine = 4
To delete a SONET line, use the syntax in Example 3-7.
Example 3-7 Deleting a SONET Line
/opt/OV/bin/snmpset -p 8161 -t 60 -r 0 -c private tballraker18\
cwmSonetRowStatus.<8.49.48.53.112.50.99.119.51>.<0>.<3>.<2>.<4> integer 2
Obtaining the Logical Line of the STS Path
For channelized lines, the path or line number is a logical number. You can retrieve this number from the cwmPhyToLogicalLineTable by providing the physical attributes of the path and line.
In Example 3-8, the following setup is used:
•
CWM host = cwmnectra4
•
cwmPhyToLogNode = djUPFe1
•
cwmPhyToLogShelf = NULL
•
cwmPhyToLogSlot = 5
•
cwmPhyToLogBackCardNum = 1
•
cwmPhyToLogPhysicalInfo = "stsPath:Sts=1,N=4"
To obtain the logical line number of the STS path, use the syntax in Example 3-8.
Example 3-8 Obtaining the Logical Line
/opt/OV/bin/snmpget -p 8161 -t 60 -r 0 -c public cwmnectra4 \
cwmPhyToLogLogicalLine.<7.100.74.85.80.70.101.49>.<0>.<5>.<1>.<17.115.116.115.80.97.116.10
4.58.83.116.115.61.49.44.78.61.52>
IMA Group Management
This section provides the objects and examples for adding and deleting IMA groups. The following platforms support line management for IMA groups:
•
MGX 8850 PXM1E-based
•
MGX 8850 PXM45-based
The following cards support line management for IMA groups:
•
PXM1E-T1/E1
•
AXSM-E-T1/E1
•
MPSM-8T1E1
•
MPSM-16T1E1
•
MPSM-T3E3-155
Adding an IMA Group
To add an IMA Group, issue a SET request with the following mandatory objects of the cwmImaGroupTable:
•
cwmImaGrpRowStatus = createAndGo(4)
•
cwmImaGrpNeVersion
•
cwmImaGrpMinNumTxLinks
•
cwmImaGrpTxImaId
•
cwmImaGrpTxFrameLength
•
cwmImaGrpNeTxClkMode
•
cwmImaGrpDiffDelayMax
In Example 3-9, the following setup is used:
•
CWM host = node18
•
cwmImaGrpNode = 105p2cw3
•
cwmImaGrpShelf = NULL
•
cwmImaGrpSlot = 10
•
cwmImaGrpBackCardNum = 2
•
cwmImaGrpNum = 5
•
cwmImaGrpNeVersion = version10(2)
•
cwmImaGrpDiffDelayMax = 200
•
cwmImaGrpNeTxClkMode = ctc(1)
•
cwmImaGrpTxFrameLength = m128(128)
•
cwmImaGrpTxImaId = 1
•
cwmImaGrpMinNumTxLinks = 2
To add an IMA group, use the syntax in Example 3-9.
Example 3-9 Adding an IMA Group
/opt/OV/bin/snmpset -p 8161 -t 60 -c private node18 \
cwmImaGrpRowStatus.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 4 \
cwmImaGrpNeVersion.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 2 \
cwmImaGrpDiffDelayMax.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 200 \
cwmImaGrpNeTxClkMode.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 1 \
cwmImaGrpTxFrameLength.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 128 \
cwmImaGrpTxImaId.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 1 \
cwmImaGrpMinNumTxLinks.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 2
Deleting an IMA Group
To delete an IMA Group, issue a SET request with the following mandatory object of the cwmImaGroupTable:
cwmImaGrpRowStatus = destroy(6)
In Example 3-10, the following setup is used:
•
CWM host = node18
•
cwmImaGrpNode = 105p2cw3
•
cwmImaGrpShelf = NULL
•
cwmImaGrpSlot = 10
•
cwmImaGrpBackCardNum = 2
•
cwmImaGrpNum = 5
To delete an IMA group, use the syntax in Example 3-10.
Example 3-10 Deleting an IMA Group
/opt/OV/bin/snmpset -p 8161 -t 60 -c private node18 \
cwmImaGrpRowStatus.<8.49.48.53.112.50.99.119.51>.<0>.<10>.<2>.<5> integer 6
MP Bundle Management
This section provides the objects and examples for adding and deleting an MP Bundle. The following platforms support line management for MP Bundles:
•
MGX 8850 PXM1E-based
•
MGX 8850 PXM45-based
The following cards support line management for MP Bundles:
•
PXM1E-T1/E1
•
AXSM-E-T1/E1
•
MPSM-8T1E1
•
MPSM-16T1E1
•
MPSM-T3E3-155
The following new features will be supported for the lines on this card:
•
Add MLPPP bundle.
•
Configure MLPPP bundle parameters.
•
Delete MLPPP bundle.
•
Add MLPPP link.
•
Configure MLPPP link parameters.
•
Delete MLPPP link.
•
Enable MLMUX functionality.
•
Configure MLMUX parameters.
•
Disable MLMUX functionality.