AVAYA-MPOA-MIB

File: AVAYA-MPOA-MIB.mib (29090 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI IF-MIB
AVAYAGEN-MIB

Imported symbols

TEXTUAL-CONVENTION NOTIFICATION-TYPE MODULE-IDENTITY
OBJECT-TYPE Integer32 enterprises
DisplayString RowStatus InterfaceIndex
lsg

Defined Types

MpoaEnabledValue  
Represents either enabled or disabled.
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2)  

MpoaYesorNoValue  
Represents either YES or NO.
TEXTUAL-CONVENTION    
  INTEGER yes(1), no(2)  

MpoaOperValue  
Represents the operational status of the vsp or link. The value of initial is used when the VSP/link was administratively enabled but the configuration is incorrect, and the VSP/ link cannot be activated.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2), initial(3)  

MpoaResourceId  
Represents the resource id of either an MPOA link or PVC. Before creating a link or PVC, a valid resource id is obtained via GETs for variables in the mpoaResourceMgmtGroup. The resource id is one of the indicies in the mpoaAtmLinkTable and the mpoaPvcTable.
TEXTUAL-CONVENTION    
  Integer32  

MpoaVirtualSwitchPortEntry  
SEQUENCE    
  mpoaVspIndex Integer32
  mpoaVspAdminStatus MpoaEnabledValue
  mpoaVspOperStatus MpoaOperValue
  mpoaVspName DisplayString
  mpoaVspEncapsulationType INTEGER
  mpoaVspPktReplication MpoaYesorNoValue
  mpoaVspLoadShare MpoaYesorNoValue
  mpoaVspDefaultPort Integer32
  mpoaVspDefaultVc-port1 MpoaResourceId
  mpoaVspDefaultVc-port2 MpoaResourceId
  mpoaVspMulticastChan-port1 Integer32
  mpoaVspMulticastChan-port2 Integer32
  mpoaVspRowStatus RowStatus

MpoaAtmLinkEntry  
SEQUENCE    
  mpoaAtmLinkVspIndex Integer32
  mpoaAtmLinkIndex MpoaResourceId
  mpoaAtmLinkAdminStatus MpoaEnabledValue
  mpoaAtmLinkOperStatus MpoaOperValue
  mpoaAtmLinkName DisplayString
  mpoaAtmLinkDefaultVc MpoaResourceId
  mpoaAtmLinkFailOverLink MpoaResourceId
  mpoaAtmLinkOutPriority-0 MpoaResourceId
  mpoaAtmLinkOutPriority-1 MpoaResourceId
  mpoaAtmLinkOutPriority-2 MpoaResourceId
  mpoaAtmLinkOutPriority-3 MpoaResourceId
  mpoaAtmLinkOutPriority-4 MpoaResourceId
  mpoaAtmLinkOutPriority-5 MpoaResourceId
  mpoaAtmLinkOutPriority-6 MpoaResourceId
  mpoaAtmLinkOutPriority-7 MpoaResourceId
  mpoaAtmLinkRowStatus RowStatus

MpoaPvcEntry  
SEQUENCE    
  mpoaPvcVspIndex Integer32
  mpoaPvcLinkIndex MpoaResourceId
  mpoaPvcResIndex MpoaResourceId
  mpoaPvcPort Integer32
  mpoaPvcVpi Integer32
  mpoaPvcVci Integer32
  mpoaPvcInPriorityMap Integer32
  mpoaPvcTrafficClass INTEGER
  mpoaPvcCDVT Integer32
  mpoaPvcPCR Integer32
  mpoaPvcSCR Integer32
  mpoaPvcMBS Integer32
  mpoaPvcRandomEarlyDetPktId Integer32
  mpoaPvcRowStatus RowStatus

Defined Values

atmAccess 1.3.6.1.4.1.6889.2.1.4
OBJECT IDENTIFIER    

mpoa 1.3.6.1.4.1.6889.2.1.4.1
The MIB module to implement RFC1483,MPOA/AAL5 protocol
MODULE-IDENTITY    

marconi 1.3.6.1.4.1.1012
OBJECT IDENTIFIER    

esrLsg 1.3.6.1.4.1.1012.44
OBJECT IDENTIFIER    

mpoaResourceMgmtGroup 1.3.6.1.4.1.6889.2.1.4.1.1
OBJECT IDENTIFIER    

mpoaNextLinkResourceId 1.3.6.1.4.1.6889.2.1.4.1.1.1
This variable contains the next available Resource Id to be used when creating a link. Before creating a link, a GET of this variable must be requested. This value should be used in the mpoaAtmLinkIndex variable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpoaNextPvcResourceId 1.3.6.1.4.1.6889.2.1.4.1.1.2
This variable contains the next available Resource Id to be used when creating a PVC. Before creating a PVC, a GET of this variable must be requested. This value should be used in mpoaPvcResIndex variable.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpoaVirtualSwitchPortTable 1.3.6.1.4.1.6889.2.1.4.1.2
A table of all the VSPs created for aal5 traffic on the atm module. The maximum number of expected entries is 128.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpoaVirtualSwitchPortEntry

mpoaVirtualSwitchPortEntry 1.3.6.1.4.1.6889.2.1.4.1.2.1
An entry containing management information pertaining to an mpoa VSP.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpoaVirtualSwitchPortEntry  

mpoaVspIndex 1.3.6.1.4.1.6889.2.1.4.1.2.1.1
The VSP Id number in the range of 1 to 128.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

mpoaVspAdminStatus 1.3.6.1.4.1.6889.2.1.4.1.2.1.2
This variable is used to administratively enable or disable the VSP. This variable must not be included with any other variables in a SET. To modify or delete the VSP, the admin state must first be changed to disable. Then a second PDU must be sent to handle the modify or delete.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaEnabledValue  

mpoaVspOperStatus 1.3.6.1.4.1.6889.2.1.4.1.2.1.3
This variable gives the operational status of the vsp. The value of initial is used when the VSP was administratively enabled but the configuration is incorrect, and the VSP cannot be activated.
Status: current Access: read-only
OBJECT-TYPE    
  MpoaOperValue  

mpoaVspName 1.3.6.1.4.1.6889.2.1.4.1.2.1.4
A unique 31-character ascii string used to name the VSP.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

mpoaVspEncapsulationType 1.3.6.1.4.1.6889.2.1.4.1.2.1.5
The type of packets used on this VSP.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER routed(1), simpleBridge(2), llcBridge(3)  

mpoaVspPktReplication 1.3.6.1.4.1.6889.2.1.4.1.2.1.6
This value can only be configured at the time of VSP creation. Packet replication simulates multi- casting by sending a single packet to a default VC that copies the packet to multiple PVCs. Choose yes only if there are multiple ATM links, with more than 1 remote destination.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaYesorNoValue  

mpoaVspLoadShare 1.3.6.1.4.1.6889.2.1.4.1.2.1.7
This value should be yes if load-sharing is desired between PVCs. If load-sharing is desired, then both default PVCs should be configured for this VSP.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaYesorNoValue  

mpoaVspDefaultPort 1.3.6.1.4.1.6889.2.1.4.1.2.1.8
This variable contains the preferred default port. In case of fail-over or load-sharing, this port is the primary port.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2  

mpoaVspDefaultVc-port1 1.3.6.1.4.1.6889.2.1.4.1.2.1.9
This variable is only applicable for non-replicating ports and should be ignored for replicating ports. This variable contains the pvc resource id of the primary default VC if the default physical port is port 1. It contains the pvc resource id of the secondary default VC if load-sharing or fail-over has been chosen and the default physical port is port 2. A secondary default VC must be configured if either load-sharing or fail-over has been chosen. The default VC is used to send packets with unknown unicast and broadcast destination MAC addresses.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaVspDefaultVc-port2 1.3.6.1.4.1.6889.2.1.4.1.2.1.10
This variable is only applicable for non-replicating ports and should be ignored for replicating ports. This variable contains the pvc resource id of the primary default VC if the default physical port is port 2. It contains the pvc resource id of the secondary default VC if load-sharing or fail-over has been chosen and the default physical port is port 1. A secondary default VC must be configured if either load-sharing or fail-over has been chosen.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaVspMulticastChan-port1 1.3.6.1.4.1.6889.2.1.4.1.2.1.11
This variable is only applicable for replicating ports and should be ignored for non-replicating ports. This variable contains the channel id of the primary default multicast channel if the default physical port is port 1. It contains the channel id of the secondary multicast channel if load-sharing or fail-over has been chosen and the default physical port is port 2.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpoaVspMulticastChan-port2 1.3.6.1.4.1.6889.2.1.4.1.2.1.12
This variable is only applicable for replicating ports and should be ignored for non-replicating ports. This variable contains the channel id of the primary default multicast channel if the default physical port is port 2. It contains the channel id of the secondary multicast channel if load-sharing or fail-over has been chosen and the default physical port is port 1.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

mpoaVspRowStatus 1.3.6.1.4.1.6889.2.1.4.1.2.1.13
This variable is included with every SET PDU to indicate whether the SET PDU contains a create or delete transaction type.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

mpoaAtmLinkTable 1.3.6.1.4.1.6889.2.1.4.1.3
A table of all the ATM links created for MPOA traffic on the ATM module. The maximum number of expected entries is 16k.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpoaAtmLinkEntry

mpoaAtmLinkEntry 1.3.6.1.4.1.6889.2.1.4.1.3.1
An entry containing management information pertaining to an mpoa ATM Link. This table is doubly- indexed by the VSP id (index) and the link id (index).
Status: current Access: not-accessible
OBJECT-TYPE    
  MpoaAtmLinkEntry  

mpoaAtmLinkVspIndex 1.3.6.1.4.1.6889.2.1.4.1.3.1.1
Index of the VSP that this link is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

mpoaAtmLinkIndex 1.3.6.1.4.1.6889.2.1.4.1.3.1.2
The ATM link id number. This variable comprises the second index in the link row entry. To get a valid link index, application must first get value of mpoaNextLinkResourceId, before creating a new entry.
Status: current Access: read-only
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkAdminStatus 1.3.6.1.4.1.6889.2.1.4.1.3.1.3
This variable is used to administratively enable or disable the link. This variable must not be included with any other variables in a SET. To modify or delete the link, the admin state must first be changed to disable. Then a second PDU must be sent to handle the modify or delete.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaEnabledValue  

mpoaAtmLinkOperStatus 1.3.6.1.4.1.6889.2.1.4.1.3.1.4
This variable gives the operational status of the link. The value of initial is used when the link was administratively enabled but the configuration is incorrect, and the link cannot be activated.
Status: current Access: read-only
OBJECT-TYPE    
  MpoaOperValue  

mpoaAtmLinkName 1.3.6.1.4.1.6889.2.1.4.1.3.1.5
A unique 31-character ascii string used to name the link.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

mpoaAtmLinkDefaultVc 1.3.6.1.4.1.6889.2.1.4.1.3.1.6
Index of the PVC to be used as the default channel for broadcast destination and unicast traffic. Not valid to set if the VSP is a non-replicating port.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  


mpoaAtmLinkOutPriority-0 1.3.6.1.4.1.6889.2.1.4.1.3.1.9
This variable contains the PVC Resource id (index) of the PVC assigned to outbound priority level 0. In total, there are 8 priority levels and 8 PVCs to be assigned. The same PVC can be specified for all levels.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-1 1.3.6.1.4.1.6889.2.1.4.1.3.1.10
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 1.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-2 1.3.6.1.4.1.6889.2.1.4.1.3.1.11
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 2.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-3 1.3.6.1.4.1.6889.2.1.4.1.3.1.12
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 3.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-4 1.3.6.1.4.1.6889.2.1.4.1.3.1.13
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 4.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-5 1.3.6.1.4.1.6889.2.1.4.1.3.1.14
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 5.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-6 1.3.6.1.4.1.6889.2.1.4.1.3.1.15
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 6.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkOutPriority-7 1.3.6.1.4.1.6889.2.1.4.1.3.1.16
This variable contains the PVC resource id (index) of the PVC assigned to outbound priority level 7.
Status: current Access: read-write
OBJECT-TYPE    
  MpoaResourceId  

mpoaAtmLinkRowStatus 1.3.6.1.4.1.6889.2.1.4.1.3.1.17
This variable is included with every SET PDU to indicate whether the SET PDU contains a create or delete transaction type.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

mpoaPvcTable 1.3.6.1.4.1.6889.2.1.4.1.4
A table of all the PVCs created for MPOA traffic on the ATM module. The maximum number of expected entries is 128k.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpoaPvcEntry

mpoaPvcEntry 1.3.6.1.4.1.6889.2.1.4.1.4.1
An entry containing management information pertaining to an MPOA PVC. This table has 3 indicies: vsp id, link id and resource id.
Status: current Access: not-accessible
OBJECT-TYPE    
  MpoaPvcEntry  

mpoaPvcVspIndex 1.3.6.1.4.1.6889.2.1.4.1.4.1.1
Index of the VSP that this link and PVC is associated with.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..128  

mpoaPvcLinkIndex 1.3.6.1.4.1.6889.2.1.4.1.4.1.2
The Link Id number of the link associated with this PVC.
Status: current Access: read-only
OBJECT-TYPE    
  MpoaResourceId  

mpoaPvcResIndex 1.3.6.1.4.1.6889.2.1.4.1.4.1.3
The Resource Id associated with the PVC. It is associated with a port,vpi, and vci. Resource Ids are re-assigned each time the switch is re-booted. To get a valid resource id, application must first get value of mpoaNextPvcResourceId, before creating a new entry.
Status: current Access: read-only
OBJECT-TYPE    
  MpoaResourceId  

mpoaPvcPort 1.3.6.1.4.1.6889.2.1.4.1.4.1.4
Physical port that this PVC is associated with. This variable is only modifiable at CREATE time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2  

mpoaPvcVpi 1.3.6.1.4.1.6889.2.1.4.1.4.1.5
The PVC virtual path identifier(VPI). Must be unique among all VPIs configured for the ATM module. This variable is only modifiable at CREATE time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

mpoaPvcVci 1.3.6.1.4.1.6889.2.1.4.1.4.1.6
The PVC virtual circuit identifier(VCI). Must be unique among all VCIs configured for the ATM module. This variable is only modifiable at CREATE time.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 32..65535  

mpoaPvcInPriorityMap 1.3.6.1.4.1.6889.2.1.4.1.4.1.7
The inbound priority map is the priority to be assigned to frames received on this PVC as they are passed on to the local VLAN segment.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..7  

mpoaPvcTrafficClass 1.3.6.1.4.1.6889.2.1.4.1.4.1.8
The assigned service category for the PVC. This variable is only modifiable at CREATE time.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ubr(1), rtVbr(2), nrtVbr(3), cbr(4)  

mpoaPvcCDVT 1.3.6.1.4.1.6889.2.1.4.1.4.1.9
Cell Delay Variation Tolerance.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..10000  

mpoaPvcPCR 1.3.6.1.4.1.6889.2.1.4.1.4.1.10
Peak cell rate in cells per second.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 100..1412830  

mpoaPvcSCR 1.3.6.1.4.1.6889.2.1.4.1.4.1.11
Sustainable cell rate in cells per second. Ignored for UBR and CBR.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 100..1412830  

mpoaPvcMBS 1.3.6.1.4.1.6889.2.1.4.1.4.1.12
Maximum Burst Size.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 2..1048576  

mpoaPvcRandomEarlyDetPktId 1.3.6.1.4.1.6889.2.1.4.1.4.1.13
Random Early Detection Packet Id.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4  

mpoaPvcRowStatus 1.3.6.1.4.1.6889.2.1.4.1.4.1.14
This variable must be included with every SET PDU to indicate whether the PDU contains a CREATE, DELETE, or MODIFY transaction type.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

mpoaTraps 1.3.6.1.4.1.6889.2.1.4.1.5
OBJECT IDENTIFIER    

mpoaVspId 1.3.6.1.4.1.6889.2.1.4.1.5.1
Used in the mpoaTrapLinkChange trap. Index of the VSP that the trap represents. If the link Id is non-zero than the vspId is the Id of the VSP associated with the link whose operational state has changed. If the link Id is zero, then the vspId represents the VSP whose operational state has changed.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..128  

mpoaLinkId 1.3.6.1.4.1.6889.2.1.4.1.5.2
Used in the mpoaTrapLinkChange trap. Index of the link that the trap represents. If the link Id is non-zero than it is the Id of the link whose operational state has changed. If the link Id is zero, then it should be ignored.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MpoaResourceId  

mpoaOperState 1.3.6.1.4.1.6889.2.1.4.1.5.3
This variable gives the operational status of the link or VSP. The value of initial is used when the link/VSP was administratively enabled but the configuration is incorrect, and the link/VSP cannot be activated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  MpoaOperValue  

mpoaTrapLinkChange 1.3.6.1.4.1.6889.2.1.4.1.5.4
A mpoaTrapLinkChange trap is generated when a VSP or ATM link changes operational state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE