Nortel-Magellan-Passport-PorsAtmTrunksMIB
DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
passportMIBs
FROM Nortel-Magellan-Passport-UsefulDefinitionsMIB
DisplayString,
StorageType,
RowStatus
FROM Nortel-Magellan-Passport-StandardTextualConventionsMIB
NonReplicated,
Link
FROM Nortel-Magellan-Passport-TextualConventionsMIB
trkPaIndex,
trkPa
FROM Nortel-Magellan-Passport-PorsTrunksMIB
trkIndex
FROM Nortel-Magellan-Passport-TrunksMIB;
porsAtmTrunksMIB OBJECT IDENTIFIER ::= { passportMIBs 137 }
trkPaAtm OBJECT IDENTIFIER ::= { trkPa 3 }
trkPaAtmRowStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrkPaAtmRowStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This entry controls the addition and deletion of
trkPaAtm components."
::= { trkPaAtm 1 }
trkPaAtmRowStatusEntry OBJECT-TYPE
SYNTAX TrkPaAtmRowStatusEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A single entry in the table represents a single
trkPaAtm component."
INDEX {
trkIndex,
trkPaIndex,
trkPaAtmIndex }
::= { trkPaAtmRowStatusTable 1 }
TrkPaAtmRowStatusEntry ::= SEQUENCE {
trkPaAtmRowStatus
RowStatus,
trkPaAtmComponentName
DisplayString,
trkPaAtmStorageType
StorageType,
trkPaAtmIndex
NonReplicated }
trkPaAtmRowStatus OBJECT-TYPE
SYNTAX RowStatus
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This variable is used as the basis for SNMP naming of
trkPaAtm components.
These components can be added and deleted."
::= { trkPaAtmRowStatusEntry 1 }
trkPaAtmComponentName OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable provides the component's string name for
use with the ASCII Console Interface"
::= { trkPaAtmRowStatusEntry 2 }
trkPaAtmStorageType OBJECT-TYPE
SYNTAX StorageType
ACCESS read-only
STATUS mandatory
DESCRIPTION
"This variable represents the storage type value for the
trkPaAtm tables."
::= { trkPaAtmRowStatusEntry 4 }
trkPaAtmIndex OBJECT-TYPE
SYNTAX NonReplicated
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This variable represents the index for the trkPaAtm tables."
::= { trkPaAtmRowStatusEntry 10 }
trkPaAtmProvTable OBJECT-TYPE
SYNTAX SEQUENCE OF TrkPaAtmProvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This group of attributes provides the parameters used by the
AtmAccess component for specifying access to an ATM interface."
::= { trkPaAtm 10 }
trkPaAtmProvEntry OBJECT-TYPE
SYNTAX TrkPaAtmProvEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An entry in the trkPaAtmProvTable."
INDEX {
trkIndex,
trkPaIndex,
trkPaAtmIndex }
::= { trkPaAtmProvTable 1 }
TrkPaAtmProvEntry ::= SEQUENCE {
trkPaAtmAtmConnection
Link,
trkPaAtmMode
INTEGER }
trkPaAtmAtmConnection OBJECT-TYPE
SYNTAX Link
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies the component name of the ATM Virtual
Circuit that the AtmAccess component will use. The format of the
component name is AtmIf/n Vcc/x.y Nep"
::= { trkPaAtmProvEntry 1 }
trkPaAtmMode OBJECT-TYPE
SYNTAX INTEGER {
multiplexing(0),
mapping(1) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies the operating mode of the PathAdmin. When
set to multiplexing the PathAdmin to multiplex voice calls to the
given atmConnection using single cell per voice packet transport.
All other calls will be multiplexed using AAL5 over the Trunk's
VCC. When set to mapping the PathAdmin will allocate a VCC per
LCh/n. In mapping mode the atmConnection should not be set. The
VCC chosen for a given connection can be seen in the LCh
localConnection attribute."
DEFVAL { multiplexing }
::= { trkPaAtmProvEntry 2 }
porsAtmTrunksGroup OBJECT IDENTIFIER ::= { porsAtmTrunksMIB 1 }
porsAtmTrunksGroupBE OBJECT IDENTIFIER ::= { porsAtmTrunksGroup 5 }
porsAtmTrunksGroupBE01 OBJECT IDENTIFIER ::= { porsAtmTrunksGroupBE 2 }
porsAtmTrunksGroupBE01A OBJECT IDENTIFIER ::= { porsAtmTrunksGroupBE01 2 }
porsAtmTrunksCapabilities OBJECT IDENTIFIER ::= { porsAtmTrunksMIB 3 }
porsAtmTrunksCapabilitiesBE OBJECT IDENTIFIER ::= { porsAtmTrunksCapabilities 5 }
porsAtmTrunksCapabilitiesBE01 OBJECT IDENTIFIER ::= { porsAtmTrunksCapabilitiesBE 2 }
porsAtmTrunksCapabilitiesBE01A OBJECT IDENTIFIER ::= { porsAtmTrunksCapabilitiesBE01 2 }
END