GSMP-SERVICE-MIB

File: GSMP-SERVICE-MIB.mib (84946 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 zeroDotZero
Counter64 mib-2 TEXTUAL-CONVENTION
RowStatus StorageType TruthValue
RowPointer OBJECT-GROUP NOTIFICATION-GROUP
MODULE-COMPLIANCE InterfaceIndex InterfaceIndexOrZero

Defined Types

Label  
This value represents an label as defined in [RFC3292].
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

Owner  
The entity that originally created the object in question. The values of this enumeration are defined as follows: other(1) - This is used when an entity which has not been enumerated in this textual convention but which is known by the agent. snmp(2) - The Simple Network Management Protocol was used to configure this object initially. ldp(3) - The Label Distribution Protocol was used to configure this object initially. rsvp(4) - The Resource Reservation Protocol was used to configure this object initially. crldp(5) - The Constraint-Based Label Distribution Protocol was used to configure this object initially. policyAgent(6) - A policy agent (perhaps in combination with one of the above protocols) was used to configure this object initially. unknown(7) - the agent cannot discern which component created the object.
TEXTUAL-CONVENTION    
  INTEGER other(1), snmp(2), ldp(3), rsvp(4), crldp(5), policyAgent(6), unknown(7)  

GsmpSwitchConfEntry  
SEQUENCE    
  gsmpSwitchPartitionIndex Integer32
  gsmpSwitchConfMtype1 Integer32
  gsmpSwitchConfMtype2 Integer32
  gsmpSwitchConfMtype3 Integer32
  gsmpSwitchConfMtype4 Integer32
  gsmpSwitchConfFirmVer OCTET STRING
  gsmpSwitchConfWindowSize Integer32
  gsmpSwitchConfSwitchType OCTET STRING
  gsmpSwitchConfSwitchName OCTET STRING
  gsmpSwitchConfMaxReservation Integer32

GsmpInterfaceConfEntry  
SEQUENCE    
  gsmpInterfaceConfIndex InterfaceIndexOrZero
  gsmpPortType INTEGER
  gsmpPortStatus INTEGER
  gsmpLineType INTEGER
  gsmpFunctionType INTEGER
  gsmpLineStatus INTEGER
  gsmpPriorties Integer32
  gsmpPhysicalSlotNumber Integer32
  gsmpPhysicalPortNumber Integer32
  gsmpMinLabel Label
  gsmpMaxLabel Label
  gsmpRemainingLabels Unsigned32
  gsmpConnectionReplace TruthValue
  gsmpDuration Integer32
  gsmpEventSequenceNumber Integer32
  gsmpEventFlags BITS
  gsmpFlowControlFlags BITS
  gsmpReceiveDataRate Unsigned32
  gsmpTransmitDataRate Unsigned32

GsmpServiceEntry  
SEQUENCE    
  gsmpServiceId Integer32
  gsmpCapSetId Integer32
  gsmpTrafficControls BITS
  gsmpCellLossRatio Integer32
  gsmpCellTransferDelay Unsigned32
  gsmpCellDelayVariation Unsigned32
  gsmpFrequency Unsigned32

GsmpPortServiceMapEntry  
SEQUENCE    
  gsmpMapServiceId Integer32
  gsmpMapCapSetId Integer32

GsmpTrafficParamEntry  
SEQUENCE    
  gsmpTrafficParamIndex Unsigned32
  gsmpTrafficParamMaxRate Integer32
  gsmpTrafficParamMeanRate Integer32
  gsmpTrafficParamMaxBurstSize Unsigned32
  gsmpTrafficControlsFlags BITS
  gsmpTrafficParamRowStatus RowStatus
  gsmpTrafficParamStorageType StorageType

GsmpInSegmentEntry  
SEQUENCE    
  gsmpInSegmentIfIndex InterfaceIndexOrZero
  gsmpInSegmentLabel Label
  gsmpInSegmentXCIndex Unsigned32
  gsmpInSegmentOwner Owner
  gsmpInSegmentTrafficParamPtr RowPointer
  gsmpInQoSModelSelector INTEGER
  gsmpInServiceSelector Integer32
  gsmpInAdaptationMethodType INTEGER
  gsmpInSegmentRowStatus RowStatus
  gsmpInSegmentStorageType StorageType

GsmpOutSegmentEntry  
SEQUENCE    
  gsmpOutSegmentIfIndex InterfaceIndexOrZero
  gsmpOutSegmentLabel Label
  gsmpOutSegmentXCIndex Unsigned32
  gsmpOutSegmentOwner Owner
  gsmpOutSegmentTrafficParamPtr RowPointer
  gsmpOutQoSModelSelector INTEGER
  gsmpOutServiceSelector Integer32
  gsmpOutAdaptationMethodType INTEGER
  gsmpOutSegmentRowStatus RowStatus
  gsmpOutSegmentStorageType StorageType

GsmpXCEntry  
SEQUENCE    
  gsmpXCIndex Unsigned32
  gsmpXCInSegmentIfIndex InterfaceIndexOrZero
  gsmpXCInSegmentLabel Label
  gsmpXCOutSegmentIfIndex InterfaceIndexOrZero
  gsmpXCOutSegmentLabel Label
  gsmpXCIsPersistent TruthValue
  gsmpXCOwner Owner
  gsmpConnectType INTEGER
  gsmpBiDirection TruthValue
  gsmpXCAdminStatus INTEGER
  gsmpXCOperStatus INTEGER
  gsmpXCRowStatus RowStatus
  gsmpXCStorageType StorageType

GsmpInterfacePerfEntry  
SEQUENCE    
  gsmpInterfaceInFrameCount Counter64
  gsmpInterfaceInInvalidLabelCount Counter64
  gsmpInterfaceInFrameDiscardCount Counter64
  gsmpInterfaceOutFrameCount Counter64
  gsmpInterfaceOutFrameDiscardCount Counter64

GsmpLabelPerfEntry  
SEQUENCE    
  gsmpLabelIndex Label
  gsmpLabelInFrameCount Counter64
  gsmpLabelInFrameDiscardCount Counter64
  gsmpLabelOutFrameCount Counter64
  gsmpLabelOutFrameDiscardCount Counter64

Defined Values

gsmpServiceMIB 1.3.6.1.2.1.1
This MIB contains managed object definitions for network management services in General Switch Management Protocol (GSMP) Interface.
MODULE-IDENTITY    

gsmpServiceObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

gsmpSwitchConfTable 1.3.6.1.2.1.1.1.1
This table represents the information of switch configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpSwitchConfEntry

gsmpSwitchConfEntry 1.3.6.1.2.1.1.1.1.1
The entry of this table is mapped with the each switch partition.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpSwitchConfEntry  

gsmpSwitchPartitionIndex 1.3.6.1.2.1.1.1.1.1.1
This is unique index for an entry in the gsmpSwitchConfEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..255  

gsmpSwitchConfMtype1 1.3.6.1.2.1.1.1.1.1.2
In the request, this object contains the requested QoS configuration type. In the response, this object contains the accepted QoS configuration type. 0 : Indicates use of the default GSMP model 1 : Indicates use of IEEE qGSMP model 2-200 : Reserved 201-255 : Experimental
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..255  

gsmpSwitchConfMtype2 1.3.6.1.2.1.1.1.1.1.3
If the switch can not support the requested OoS configuration type in gsmpSwitchConfMtype1, it negotiates the QoS model with the manager by offering up to three additional MType
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

gsmpSwitchConfMtype3 1.3.6.1.2.1.1.1.1.1.4
If the switch can not support the requested OoS configuration type in gsmpSwitchConfMtype1, it negotiates the QoS model with the manager by offering up to three additional Mtype
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

gsmpSwitchConfMtype4 1.3.6.1.2.1.1.1.1.1.5
If the switch can not support the requested OoS configuration type in gsmpSwitchConfMtype1, it negotiates the QoS model with the manager by offering up to three additional Mtype
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..255  

gsmpSwitchConfFirmVer 1.3.6.1.2.1.1.1.1.1.6
The version number of the switch control firmware installed.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

gsmpSwitchConfWindowSize 1.3.6.1.2.1.1.1.1.1.7
The maximum number of unacknowledged request messages that may be transmitted by the controller without the possibility of loss.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

gsmpSwitchConfSwitchType 1.3.6.1.2.1.1.1.1.1.8
A 16-bit value allocated by the manufacturer of the switch. When this value is combined with the OUI from the gsmpSwitchConfSwitchName, the product is uniquely identified.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

gsmpSwitchConfSwitchName 1.3.6.1.2.1.1.1.1.1.9
This object is a 48-bit quantity. A 48-bit IEEE 802 MAC address, if available, may be used.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(6)  

gsmpSwitchConfMaxReservation 1.3.6.1.2.1.1.1.1.1.10
The maximum number of reservations that the switch can support. A value of 0 indicates that the switch does not support reservations.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

gsmpInterfaceConfTable 1.3.6.1.2.1.1.1.2
This table represents the configuration information of a single switch port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpInterfaceConfEntry

gsmpInterfaceConfEntry 1.3.6.1.2.1.1.1.2.1
An entry in this table represents the configuration information of a single switch port.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpInterfaceConfEntry  

gsmpInterfaceConfIndex 1.3.6.1.2.1.1.1.2.1.1
This is a unique index for an entry in the gsmpInterfaceConfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

gsmpPortType 1.3.6.1.2.1.1.1.2.1.2
This object represents the port type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER atm(1), frameRelay(2), mpls(3)  

gsmpPortStatus 1.3.6.1.2.1.1.1.2.1.3
This object indicates the port status.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER available(1), unavailable(2), internalLoopback(3), externalLoopback(4), bothwayLoopback(5)  

gsmpLineType 1.3.6.1.2.1.1.1.2.1.4
This object represents the type of physical transmission interface for this port. PortType = Unknown: other(1) PortType = MPLS: ethernetCsmacd(2), ppp(3) PortType = ATM: atm(4) PortType = FR: frameRelayService(5)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), ethernetCsmacd(2), ppp(3), atm(4), frameRelayService(5)  

gsmpFunctionType 1.3.6.1.2.1.1.1.2.1.5
It specifies the action to be taken by the switch. The specified action will be taken regardless of the current status of the port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER bringUp(1), takeDown(2), internalLoopback(3), externelLoopback(4), bothwayLoopback(5), resetInputPort(6), resetFlags(7), setTransimtDataRate(8)  

gsmpLineStatus 1.3.6.1.2.1.1.1.2.1.6
It defines the status of the physical transmission medium connected to the port. The defined values of the Line Status field are: up(1): The line is able to both send and receive. When the line status changes to Up from either the down or test states, a new port session number MUST be generated. down(2): The line is unable either to send or receive or both. Test(3): The port or line is in a test mode, for example, power-on test.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), test(3)  

gsmpPriorties 1.3.6.1.2.1.1.1.2.1.7
This object represents the number of different priority levels that this output port can assign to connections. Zero is invalid in this field.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

gsmpPhysicalSlotNumber 1.3.6.1.2.1.1.1.2.1.8
The physical location of the slot in which the port is located.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gsmpPhysicalPortNumber 1.3.6.1.2.1.1.1.2.1.9
The physical location of the port within the slot in which the port is located. The Physical Port Number is not used by the GSMP protocol. It is provided to assist network management in functions such as logging, port naming, and graphical representation.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gsmpMinLabel 1.3.6.1.2.1.1.1.2.1.10
The minimum label value in the range.
Status: current Access: read-write
OBJECT-TYPE    
  Label  

gsmpMaxLabel 1.3.6.1.2.1.1.1.2.1.11
The maximum label value in the range.
Status: current Access: read-write
OBJECT-TYPE    
  Label  

gsmpRemainingLabels 1.3.6.1.2.1.1.1.2.1.12
The maximum number of remaining labels that could be requested for allocation on the specified port.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gsmpConnectionReplace 1.3.6.1.2.1.1.1.2.1.13
It indicates that a switch controller requests the switch port to support the mechanism of connection replacement.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

gsmpDuration 1.3.6.1.2.1.1.1.2.1.14
It is the length of time in seconds, that any of the loopback states remain in operation.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

gsmpEventSequenceNumber 1.3.6.1.2.1.1.1.2.1.15
This object represents the current value of the event sequence number of the switch port. This number is set to zero when the port is initialed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gsmpEventFlags 1.3.6.1.2.1.1.1.2.1.16
It is used to reset the event flags.
Status: current Access: read-write
OBJECT-TYPE    
  BITS portUp(0), portDown(1), invalidLabel(2), newPort(3), deadPort(4), adjacencyEvent(5)  

gsmpFlowControlFlags 1.3.6.1.2.1.1.1.2.1.17
It is used to indicate whether the flow control mechanism is turned on or not.
Status: current Access: read-write
OBJECT-TYPE    
  BITS portUp(0), portDown(1), invalidLabel(2), newPort(3), deadPort(4), adjacencyEvent(5)  

gsmpTransmitDataRate 1.3.6.1.2.1.1.1.2.1.18
It is used to set the output data rate of the output port. cells/s for PortType = ATM bytes/s for PortType = FR bytes/s for PortType = MPLS
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

gsmpReceiveDataRate 1.3.6.1.2.1.1.1.2.1.19
The maximum rate of data that may arrive at the input port. cells/s for PortType = ATM bytes/s for PortType = FR bytes/s for PortType = MPLS
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

gsmpServiceTable 1.3.6.1.2.1.1.1.3
This table represents the list of services and their associated parameters, which are supported by the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpServiceEntry

gsmpServiceEntry 1.3.6.1.2.1.1.1.3.1
The entry of this table represents the list of services and their associated parameters, which are supported by the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpServiceEntry  

gsmpServiceId 1.3.6.1.2.1.1.1.3.1.1
This object represents the identifier of the service supported by the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

gsmpCapSetId 1.3.6.1.2.1.1.1.3.1.2
A capability set contains a set of parameters that describe the QoS parameter values and traffic controls that apply to an instance of the service.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

gsmpTrafficControls 1.3.6.1.2.1.1.1.3.1.3
Identifies the availability of traffic controls within the capability set. U: Usage Parameter Control D: Packet Discard I: Ingress Shaping E: Egress Shaping, Peak Rate S: Egress Traffic Shaping, Sustainable Rate V: VC Merge
Status: current Access: read-only
OBJECT-TYPE    
  BITS usageParameterControl(0), packetDiscard(1), ingressShaping(2), egressShaping(3), egressTrafficShaping(4), vcMerge(5)  

gsmpCellLossRatio 1.3.6.1.2.1.1.1.3.1.4
It indicates the cell loss ratio parameter guaranteed by the switch for the specified service.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gsmpCellTransferDelay 1.3.6.1.2.1.1.1.3.1.5
The value of this object is expressed in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gsmpCellDelayVariation 1.3.6.1.2.1.1.1.3.1.6
It represents the peak-to-peak cell delay variation. The CDV value is expressed in units of microseconds.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gsmpFrequency 1.3.6.1.2.1.1.1.3.1.7
Frequency applies to the MPLS CR-LDP service. Valid values of this object are: 0 - Very frequent 1 - Frequent 2 - Unspecified
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

gsmpPortServiceMapTable 1.3.6.1.2.1.1.1.4
This table represents the service lists, which are supported by the specific port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpPortServiceMapEntry

gsmpPortServiceMapEntry 1.3.6.1.2.1.1.1.4.1
The entry of this table represents the service lists, which are supported by the specific port.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpPortServiceMapEntry  

gsmpMapServiceId 1.3.6.1.2.1.1.1.4.1.1
This object represents the identifier of the service supported by the switch.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gsmpMapCapSetId 1.3.6.1.2.1.1.1.4.1.2
A capability set contains a set of parameters that describe the QoS parameter values and traffic controls that apply to an instance of the Service.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

gsmpTrafficParamIndexNext 1.3.6.1.2.1.1.1.5
This object contains an appropriate value which will be used for gsmpTrafficParamIndex.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

gsmpTrafficParamTable 1.3.6.1.2.1.1.1.6
This table contains objects, which specify the traffic parameters of in-segments and out-segments.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpTrafficParamEntry

gsmpTrafficParamEntry 1.3.6.1.2.1.1.1.6.1
An entry in this table represents the gsmpTrafficParam objects for one or more in or out segments.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpTrafficParamEntry  

gsmpTrafficParamIndex 1.3.6.1.2.1.1.1.6.1.1
Uniquely identifies this row of this table. Note that zero represents an invalid index.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

gsmpTrafficParamMaxRate 1.3.6.1.2.1.1.1.6.1.2
Maximum rate in kilobits/second.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

gsmpTrafficParamMeanRate 1.3.6.1.2.1.1.1.6.1.3
Mean rate in kilobits/second.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..2147483647  

gsmpTrafficParamMaxBurstSize 1.3.6.1.2.1.1.1.6.1.4
Maximum burst size in bytes.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..4294967295  

gsmpTrafficControlsFlags 1.3.6.1.2.1.1.1.6.1.5
This object is used to indicate that specific traffic controls are requested for the requested connection. 0 1 2 3 4 5 6 7 +-+-+-+-+-+-+-+-+ |U|D|I|E|S|V|P|x| +-+-+-+-+-+-+-+-+ U: Usage Parameter Control D: Packet Discard I: Ingress Shaping E: Egress Shaping, Peak Rate S: Egress Traffic Shaping, Sustainable Rate V: VC Merge P: Port x: Reserved
Status: current Access: read-create
OBJECT-TYPE    
  BITS usageParameterControl(0), packetDiscard(1), ingressShaping(2), egressShaping(3), egressTrafficShaping(4), vcMerge(5), port(6)  

gsmpTrafficParamRowStatus 1.3.6.1.2.1.1.1.6.1.6
For creating, modifying, and deleting this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gsmpTrafficParamStorageType 1.3.6.1.2.1.1.1.6.1.7
Defines the storage type support provided for this object by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

gsmpInSegmentTable 1.3.6.1.2.1.1.1.7
This table contains a description of the incoming GSMP segments and their associated parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpInSegmentEntry

gsmpInSegmentEntry 1.3.6.1.2.1.1.1.7.1
An entry in this table represents one incoming GSMP segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpInSegmentEntry  

gsmpInSegmentIfIndex 1.3.6.1.2.1.1.1.7.1.1
This is a unique index for an entry in the gsmpInSegmentTable. This value represents the interface index for the incoming GSMP interface. A value of zero represents an incoming label from the per-platform label space.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

gsmpInSegmentLabel 1.3.6.1.2.1.1.1.7.1.2
The incoming label for this segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  Label  

gsmpInSegmentXCIndex 1.3.6.1.2.1.1.1.7.1.3
Index into gsmpXCTable which identifies which cross-connect entry this segment is part of. A value of zero indicates that this entry is not referred to by any cross-connect entry. When a cross-connect entry is created which this in-segment is a part of, this object is automatically updated to reflect the value of gsmpXCIndex of that cross-connect entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

gsmpInSegmentOwner 1.3.6.1.2.1.1.1.7.1.4
This object denotes the entity that created and is responsible for managing this segment.
Status: current Access: read-only
OBJECT-TYPE    
  Owner  

gsmpInSegmentTrafficParamPtr 1.3.6.1.2.1.1.1.7.1.5
This variable represents a pointer to the traffic parameter specification for this in-segment. This value may point at an entry in the gsmpTrafficParamTable to indicate which gsmpTrafficParamEntry is to be assigned to this segment. This value may optionally point at an externally defined traffic parameter specification table.
Status: current Access: read-create
OBJECT-TYPE    
  RowPointer  

gsmpInQoSModelSelector 1.3.6.1.2.1.1.1.7.1.6
simplePriorityModel(1): The input service selector indicates a simple priority. serviceProfileModel(2): The input service selector is an opaque service profile identifier. Service profiles can be used to indicate pre- defined differentiated service per hop behaviors. serviceModel(3): The input service selector corresponds to a service specification. When the value of this object is serviceModel(3), then a traffic parameters block is appended to this entry. armModel(4): The input service selector corresponds to an ARM service specification. ARM model is defined in qGSMP specification.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER simplePriorityModel(1), serviceProfileModel(2), serviceModel(3), armModel(4)  

gsmpInServiceSelector 1.3.6.1.2.1.1.1.7.1.7
This object identifies details of the service specification being used for connection. The interpretation depends upon the gsmpInQoSModelSelector object.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

gsmpInAdaptationMethodType 1.3.6.1.2.1.1.1.7.1.8
The adaptation method is used to define the adaptation framing that may be in use when moving traffic from one port type to another port type; e.g., from a frame relay port to an ATM port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ppp(1), frf5(2), frf8(3)  

gsmpInSegmentRowStatus 1.3.6.1.2.1.1.1.7.1.9
This variable is used to create, modify, and/or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gsmpInSegmentStorageType 1.3.6.1.2.1.1.1.7.1.10
This variable indicates the storage type for this object.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

gsmpOutSegmentTable 1.3.6.1.2.1.1.1.8
This table contains a description of the outgoing GSMP segments to a connection and their associated parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpOutSegmentEntry

gsmpOutSegmentEntry 1.3.6.1.2.1.1.1.8.1
An entry in this table represents one outgoing GSMP segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpOutSegmentEntry  

gsmpOutSegmentIfIndex 1.3.6.1.2.1.1.1.8.1.1
This is a unique index for an entry in the gsnmpOutSegmentTable. This value represents the interface index for the outgoing GSMP interface. A value of zero represents an outgoing label from the per-platform label space.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndex  

gsmpOutSegmentLabel 1.3.6.1.2.1.1.1.8.1.2
The outgoing label for this segment.
Status: current Access: read-create
OBJECT-TYPE    
  Label  

gsmpOutSegmentXCIndex 1.3.6.1.2.1.1.1.8.1.3
Index into gsmpXCTable which identifies which cross-connect entry this segment is part of. A value of zero indicates that this entry is not referred to by any cross-connect entry. When a cross-connect entry is created which this out-segment is a part of, this object is automatically updated to reflect the value of gsmpXCIndex of that cross-connect entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

gsmpOutSegmentOwner 1.3.6.1.2.1.1.1.8.1.4
This object denotes the entity that created and is responsible for managing this segment.
Status: current Access: read-only
OBJECT-TYPE    
  Owner  

gsmpOutSegmentTrafficParamPtr 1.3.6.1.2.1.1.1.8.1.5
This variable represents a pointer to the traffic parameter specification for this out-segment. This value may point at an entry in the gsmpTrafficParamTable to indicate which gsmpTrafficParamEntry is to be assigned to this segment. This value may optionally point at an externally defined traffic parameter specification table.
Status: current Access: read-create
OBJECT-TYPE    
  RowPointer  

gsmpOutQoSModelSelector 1.3.6.1.2.1.1.1.8.1.6
simplePriorityModel(1): The output service selector indicates a simple priority. serviceProfileModel(2): The output service selector is an opaque service profile identifier. Service profiles can be used to indicate pre- defined differentiated service per hop behaviors. serviceModel(3): The output service selector corresponds to a service specification. When the value of this object is serviceModel(3), then a traffic parameters block is appended to this entry. armModel(4): The output service selector corresponds to an ARM service specification. ARM model is defined in qGSMP specification.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER simplePriorityModel(1), serviceProfileModel(2), serviceModel(3), armModel(4)  

gsmpOutAdaptationMethodType 1.3.6.1.2.1.1.1.8.1.8
The adaptation method is used to define the adaptation framing that may be in use when moving traffic from one port type to another port type; e.g., from a frame relay port to an ATM port.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ppp(1), frf5(2), frf8(3)  

gsmpOutSegmentRowStatus 1.3.6.1.2.1.1.1.8.1.9
This variable is used to create, modify, and/or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gsmpOutSegmentStorageType 1.3.6.1.2.1.1.1.8.1.10
This variable indicates the storage type for this object.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

gsmpXCIndexNext 1.3.6.1.2.1.1.1.9
This object contains an appropriate value to be used for gsmpXCIndex when creating entries in the gsmpXCTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

gsmpXCTable 1.3.6.1.2.1.1.1.10
A connection is modeled as a cross-connect consisting of one or more incoming segments(in-segments) and/or one or more outgoing segments(out-segments) at a switch. The association or interconnection of the in-segments and out-segments is accomplished by using the gsmpXCTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpXCEntry

gsmpXCEntry 1.3.6.1.2.1.1.1.10.1
A row in this table represents one cross-connect entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpXCEntry  

gsmpXCIndex 1.3.6.1.2.1.1.1.10.1.1
Primary index for the conceptual row identifying cross-connect segments.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..2147483647  

gsmpXCInSegmentIfIndex 1.3.6.1.2.1.1.1.10.1.2
Interface index of the in-segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

gsmpXCInSegmentLabel 1.3.6.1.2.1.1.1.10.1.3
Incoming label.
Status: current Access: not-accessible
OBJECT-TYPE    
  Label  

gsmpXCOutSegmentIfIndex 1.3.6.1.2.1.1.1.10.1.4
Interface index of the out-segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

gsmpXCOutSegmentLabel 1.3.6.1.2.1.1.1.10.1.5
Outgoing label.
Status: current Access: not-accessible
OBJECT-TYPE    
  Label  

gsmpXCIsPersistent 1.3.6.1.2.1.1.1.10.1.6
This object denotes whether or not this cross-connect entry and associated in- and out-segments should be restored automatically after failures. This value MUST be set to false in cases where this cross-connect entry was created by a signaling protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

gsmpXCOwner 1.3.6.1.2.1.1.1.10.1.7
It denotes the entity that created and is responsible for managing this cross-connect.
Status: current Access: read-only
OBJECT-TYPE    
  Owner  

gsmpXCAdminStatus 1.3.6.1.2.1.1.1.10.1.8
The desired operational status of this segment. up(1) = ready to pass packets testing(3) = in some test mode
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

gsmpXCOperStatus 1.3.6.1.2.1.1.1.10.1.9
The actual operational status of this cross-connect. up(1) = ready to pass packets testing(3) = in some test mode unknown(4) = status cannot be determined for some reason notPresent(6) = some component is missing lowerLayerDown(7) = down due to the state of lower layer interfaces
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3), unknown(4), dormant(5), notPresent(6), lowerLayerDown(7)  

gsmpConnectType 1.3.6.1.2.1.1.1.10.1.10
This object is used to define connection types.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER point-to-point(1), point-to-multipoint(2), multipoint-to-point(3), multipoint-to-multipoint(4)  

gsmpBiDirection 1.3.6.1.2.1.1.1.10.1.11
If this flag is true, then the connection should be established to be bi-direction.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

gsmpXCRowStatus 1.3.6.1.2.1.1.1.10.1.12
This variable is used to create, modify, and/or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

gsmpXCStorageType 1.3.6.1.2.1.1.1.10.1.13
This variable indicates the storage type for this object.
Status: current Access: read-only
OBJECT-TYPE    
  StorageType  

gsmpInterfacePerfTable 1.3.6.1.2.1.1.1.11
This table contains objects to measure the performance of GSMP interfaces and is an AUGMENT to gsmpInterfaceConfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpInterfacePerfEntry

gsmpInterfacePerfEntry 1.3.6.1.2.1.1.1.11.1
The Entry of this table contains objects to measure the performance of GSMP interfaces and is an AUGMENT to gsmpInterfaceConfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpInterfacePerfEntry  

gsmpInterfaceInFrameCount 1.3.6.1.2.1.1.1.11.1.1
This object counts frames arriving at the input. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpInterfaceInInvalidLabelCount 1.3.6.1.2.1.1.1.11.1.2
This object counts frames discarded because their Label is invalid on arrival at an input port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpInterfaceInFrameDiscardCount 1.3.6.1.2.1.1.1.11.1.3
This object counts frames discarded due to congestion on an input port. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpInterfaceOutFrameCount 1.3.6.1.2.1.1.1.11.1.4
This object counts frames arriving at the output. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpInterfaceOutFrameDiscardCount 1.3.6.1.2.1.1.1.11.1.5
This object counts frames discarded due to congestion on an output port. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpLabelPerfTable 1.3.6.1.2.1.1.1.12
This table has objects to measure the performance of connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    GsmpLabelPerfEntry

gsmpLabelPerfEntry 1.3.6.1.2.1.1.1.12.1
The Entry of this table contains objects to measure the performance of GSMP label.
Status: current Access: not-accessible
OBJECT-TYPE    
  GsmpLabelPerfEntry  

gsmpLabelIndex 1.3.6.1.2.1.1.1.12.1.1
This is a unique index for an entry in the gsmpLabelPerfTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Label  

gsmpLabelInFrameCount 1.3.6.1.2.1.1.1.12.1.2
This object counts frames arriving at the in-segment. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpLabelInFrameDiscardCount 1.3.6.1.2.1.1.1.12.1.3
This object counts frames discarded due to congestion on the in-segment. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpLabelOutFrameCount 1.3.6.1.2.1.1.1.12.1.4
This object counts frames departing from the out-segment. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

gsmpLabelOutFrameDiscardCount 1.3.6.1.2.1.1.1.12.1.5
This object counts frames discarded due to congestion on the out-segment. It is relevant for label types = FR and MPLS.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64