SHE-L2CP-MIB: View SNMP OID List / Download MIB
VENDOR: SIEMENS
Home | MIB: SHE-L2CP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
sheL2cpMib | 1.3.6.1.4.1.231.7.1.2.1.16 |
She L2CP interface description. |
||
sheL2cpObjects | 1.3.6.1.4.1.231.7.1.2.1.16.1 | |||
sheL2cpIfTable | 1.3.6.1.4.1.231.7.1.2.1.16.1.2 | no-access |
The L2CP interface table. |
|
1.3.6.1.4.1.231.7.1.2.1.16.1.2.1 | no-access |
An entry of the L2CP interface table (sheL2cpIfTable) |
||
sheL2cpIfIndex | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.1 | integer | read-only |
The index of an L2CP protocol instance in the sheL2cpIfTable. |
sheL2cpOperState | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.2 | shel2cpoperstatetype | read-only |
The operational state of the L2CP interface. |
sheL2cpAdjacencyState | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.3 | shel2cpadjacencystatetype | read-only |
The state of the adjacency protocol. |
sheL2cpTimer1 | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.4 | integer | read-only |
This timer defines the TIMER field is used to inform the receiver of the timer value used in the adjacency protocol of the sender. The timer specifies the nominal time between periodic adjacency protocol messages. It is a constant for the duration of a session. |
sheL2cpTimer2 | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.5 | integer | read-only |
This value defines the minimum time between two port state messages of the same port. It is used to limit the port messages in case of toggeling ports. The timer base is 1s. 0 means: all port state changes are reported. |
sheL2cpTimer3 | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.6 | integer | read-only |
This timeout is used to handle L2CP message flooding after Controller recovery. The timer is started when the link to the controller was established, The first port state message is sent when this timer expires. |
sheL2cpControllerIpAddress | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.7 | octet string | read-only |
The IP address of the remote L2cp controller which should be contacted by this interface. |
sheL2cpAccessNodeIdentifier | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.8 | octet string | read-only |
The name of the access node. The DSLAM identifies itself with the controller by means of this name. |
sheL2cpPartitionId | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.10 | shel2cppartitionidtype | read-only |
The ID of the partition managed via this L2CP protocol instance. (see RFC 3292). The value 257 is not used here. |
sheL2cpAlarmSeverityIndex | 1.3.6.1.4.1.231.7.1.2.1.16.1.2.1.11 | shealarmsevprofileindex | read-only |
The currently used alarm severity profile index for this l2cp interface. |
sheL2cpPortPartitionTable | 1.3.6.1.4.1.231.7.1.2.1.16.1.3 | no-access |
The L2CP port table. The index in this table is the ifIndex. But only such interfaces are listed in this table which are of type xDSL. |
|
1.3.6.1.4.1.231.7.1.2.1.16.1.3.1 | no-access |
An entry in the L2CP port partition table (sheL2cpPortPartitionTable). |
||
sheL2cpPortPartitionId | 1.3.6.1.4.1.231.7.1.2.1.16.1.3.1.2 | shel2cppartitionidtype | read-only |
The ID of the partition managed the port is assigned to. 0...255: These are really partition IDs. The port is managed by such L2CP interface instances which have the same partition ID. 256: no partition. The port belongs to no partition. It is managed by such L2CP interface instances wich are assigned to 'no partition'. 257: invalid partition The port is not managed by any L2CP instance. |
sheL2cpControl | 1.3.6.1.4.1.231.7.1.2.1.16.1.4 | |||
sheL2cpControlRequest | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.1 | shel2cpcontrolrequesttype | read-write |
The L2CP commands: createL2cpIf: Create a new L2CP interface instance: Parameter: sheL2cpControlTimer1, sheL2cpControlTimer2, sheL2cpControlTimer3, sheL2cpControlControllerIpAddress, sheL2cpControlPartitionId, sheL2cpControlAccessNodeIdentifier sheL2cpControlAlarmSeverityIndex deleteL2cpIf: Delete a L2CP interface instance. Parameter: sheL2cpControlIndex modifyL2cpIf: Change the parameter of an L2CP interface instance. Parameter: sheL2cpControlL2cpIndex, sheL2cpControlTimer1, sheL2cpControlTimer2, sheL2cpControlTimer3, sheL2cpControlControllerIpAddress, sheL2cpControlPartitionId, sheL2cpControlAccessNodeIdentifier sheL2cpControlAlarmSeverityIndex assignPortToPartition: A port is assigned to a partition. Parameter: sheL2cpControlIndex, sheL2cpControlPartitionId |
sheL2cpControlIndex | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.2 | unsigned32 | read-write |
The index of a port in the port partition table (vshL2cpPortPartitionTable) if the PartionId should be set or the index of a valid L2cpIf in the sheL2cpIfTable for modify or delete of these interface. |
sheL2cpControlStatus | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.3 | shecontrolstatustype | read-only |
The status of a user command. |
sheL2cpControlReqResult | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.4 | shel2cpcontrolrequestresulttype | read-only |
The result of the last ControlRequest |
sheL2cpControlTimer | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.5 | integer32 | read-only |
The maximum wait time for the manager for a long running user command. |
sheL2cpControlTimeStamp | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.6 | integer32 | read-only |
The time stamp of the last command (end of command). |
sheL2cpControlTimer1 | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.7 | integer | read-write |
This timer defines the timer value used by the adjacency protocol. It defines the time between perdiodic adjacency protocol messages. The time base are 100ms. (see RFC 3292) |
sheL2cpControlTimer2 | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.8 | integer | read-write |
This value defines the minimum time between two port state messages of the same port. It is used to limit the port messages in case of toggeling ports. The timer base is 1s. 0 means: all port state changes are reported. |
sheL2cpControlTimer3 | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.9 | integer | read-write |
This value defines the time before all port states are reported to controller after an L2CP connection was established. This timer can be used to avoid a message flooding of the controller. The timer base is 1s. |
sheL2cpControlControllerIpAddress | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.10 | octet string | read-write |
The IP address of the controller. |
sheL2cpControlAccessNodeIdentifier | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.11 | octet string | read-write |
The name of the access node. The DSLAM identifies itself with the controller by means of this name. |
sheL2cpControlPartitionId | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.12 | shel2cppartitionidtype | read-write |
The ID of the partition managed by an L2CP protocol instance (see RFC 3292). The partition to which a port is assigned. |
sheL2cpControlAlarmSeverityIndex | 1.3.6.1.4.1.231.7.1.2.1.16.1.4.13 | shealarmsevprofileindex | read-write |
look at table. |
sheL2cpNotification | 1.3.6.1.4.1.231.7.1.2.1.16.1.5 | |||
sheL2cpAlarmEvents | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.1 | |||
sheL2cpLinkDown | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.1.1 |
Description. |
||
sheL2cpConfigEvents | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2 | |||
sheL2cpIfCreated | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.1 |
Configuration trap. |
||
sheL2cpIfDeleted | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.2 |
Configuration trap. |
||
sheL2cpIfModified | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.3 |
Configuration trap. |
||
sheL2cpPartitionPortDataChanged | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.4 |
Configuration trap. |
||
sheL2cpHostIfCreated | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.5 |
Note: This parameter is not longer valid starting with release SHE R2.6 The IP interface configuration was moved to sheSystemIpHostTable. |
||
sheL2cpHostIfModified | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.6 |
Note: This parameter is not longer valid starting with release SHE R2.6. The IP interface configuration was moved to sheSystemIpHostTable. |
||
sheL2cpHostIfDeleted | 1.3.6.1.4.1.231.7.1.2.1.16.1.5.2.7 |
Note: This parameter is not longer valid starting with release SHE R2.6 The IP interface configuration was moved to sheSystemIpHostTable. |
||
sheL2cpHostIfTable | 1.3.6.1.4.1.231.7.1.2.1.16.1.6 | no-access |
Note: This parameter is not longer valid starting with release SHE R2.6. The IP interface configuration was moved to sheSystemIpHostTable. |
|
1.3.6.1.4.1.231.7.1.2.1.16.1.6.1 | no-access |
The index of an L2CP host interface instance in this table. Note: This parameter is not longer valid starting with release SHE R2.6. The IP interface configuration was moved to sheSystemIpHostTable. |
||
sheL2cpHostIfIndex | 1.3.6.1.4.1.231.7.1.2.1.16.1.6.1.1 | integer | read-only |
Unique key for that table. |
sheL2cpHostIfVlanId | 1.3.6.1.4.1.231.7.1.2.1.16.1.6.1.2 | unsigned32 | read-only |
The host vlan for the local L2cp interface which should be used as tag to contact the remote L2cp controller. |
sheL2cpHostIfIpAddress | 1.3.6.1.4.1.231.7.1.2.1.16.1.6.1.3 | octet string | read-only |
The IP address of the local L2cp interface which should be used by the NE. |
sheL2cpHostIfNetmask | 1.3.6.1.4.1.231.7.1.2.1.16.1.6.1.5 | octet string | read-only |
The l2cp host interface Netmask. |
sheL2cpHostIfControl | 1.3.6.1.4.1.231.7.1.2.1.16.1.7 | |||
sheL2cpHostIfControlRequest | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.1 | shel2cpcontrolrequesttype | read-write |
The L2CP commands: Note: This parameter is not longer valid starting with release SHE R2.6. The IP interface configuration was moved to sheSystemIpHostTable. createL2cpHostIf: Create a new L2CP host interface instance: Parameter: sheL2cpHostIfControlVlanId sheL2cpHostIfControlIpAddress sheL2cpHostIfControlNetmask deleteL2cpHostIf: Delete a L2CP host interface instance. Parameter: sheL2cpHostIfControlIndex modifyL2cpHostIf: Change the parameter of an L2CP host interface instance. Parameter: sheL2cpHostIfControlIndex sheL2cpHostIfControlIpAddress sheL2cpHostIfControlNetmask |
sheL2cpHostIfControlIndex | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.2 | unsigned32 | read-write |
The index of a valid L2cpHostIf from sheL2cpHostIfTable for modifies or delete. |
sheL2cpHostIfControlStatus | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.3 | shecontrolstatustype | read-only |
The status of a user command. |
sheL2cpHostIfControlReqResult | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.4 | shel2cpcontrolrequestresulttype | read-only |
The result of the last ControlRequest |
sheL2cpHostIfControlTimer | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.5 | integer32 | read-only |
The maximum wait time for the manager for a long running user command. |
sheL2cpHostIfControlTimeStamp | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.6 | integer32 | read-only |
The time stamp of the last command (end of command). |
sheL2cpHostIfControlVlanId | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.7 | unsigned32 | read-write |
The host vlan for the local L2cp interface which should be used as tag to contact the remote L2cp controller. This value could only be used for create command. A modification is not allowed! |
sheL2cpHostIfControlIpAddress | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.8 | octet string | read-write |
The IP address of the local L2cp host interface. |
sheL2cpHostIfControlNetmask | 1.3.6.1.4.1.231.7.1.2.1.16.1.7.10 | octet string | read-write |
The l2cp host interface Netmask. |
sheL2cpConformance | 1.3.6.1.4.1.231.7.1.2.1.16.1.8 | |||
sheL2cpGroups | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.1 | |||
sheL2cpGroup | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.1.1 |
A collection of objects providing information about a VDSL Line. |
||
sheL2cpControlGroup | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.1.2 |
Description. |
||
sheL2cpNotificationGroup | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.1.3 |
This group supports notifications of significant conditions associated with VDSL Lines. |
||
sheL2cpObsoleteGroup | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.1.4 |
Description. |
||
sheL2cpObsoleteNotificationGroup | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.1.5 |
Description. |
||
sheL2cpCompliances | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.2 | |||
sheL2cpMibCompliance | 1.3.6.1.4.1.231.7.1.2.1.16.1.8.2.1 |
The compliance statement for SNMP entities which manage VDSL interfaces in SHE. |