ZHNPWMIB: View SNMP OID List / Download MIB

VENDOR: ZHONE TECHNOLOGIES


 Home MIB: ZHNPWMIB
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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 zhnPwMib 1.3.6.1.4.1.5504.2.5.31
This is the Zhone Enterprise MIB module for the Configuration of Zhone Proprietary Pseudo-Wire Interfaces.
       zhnPwNotifications 1.3.6.1.4.1.5504.2.5.31.0
       zhnPwObjects 1.3.6.1.4.1.5504.2.5.31.1
           zhnPwTable 1.3.6.1.4.1.5504.2.5.31.1.1 no-access
This table contains the Zhone Proprietary Pseudo-Wire interface information.
               zhnPwEntry 1.3.6.1.4.1.5504.2.5.31.1.1.1 no-access
A row in this table represents a pseudowire (PW) virtual connection across a packet network. It is indexed by pwIndex, which uniquely identifies a singular connection. A row is only created when an entry in the PW-STD-MIB pwTable is created and includes adjunct information to the pwTable.
                   zhnPwIndex 1.3.6.1.4.1.5504.2.5.31.1.1.1.1 pwindextype no-access
A unique index for the conceptual row identifying a PW within this table.
                   zhnPwVlanID 1.3.6.1.4.1.5504.2.5.31.1.1.1.2 pwvlancfg read-only
The VLAN ID which this PW is mapped to. If the value is zero, the VLAN is untagged.
                   zhnPwVlanPriority 1.3.6.1.4.1.5504.2.5.31.1.1.1.3 unsigned32 read-only
The VLAN priority.
                   zhnPwPeerMask 1.3.6.1.4.1.5504.2.5.31.1.1.1.4 ipaddress read-only
This object contains the subnet mask for the peer. This object is required if the Peer Type is IPv4.
                   zhnPwPeerGateway 1.3.6.1.4.1.5504.2.5.31.1.1.1.5 ipaddress read-only
This object contains the gateway address for the peer. This object is required if the Peer Type is IPv4.
                   zhnPwPeerMAC 1.3.6.1.4.1.5504.2.5.31.1.1.1.6 macaddress read-only
This object contains the MAC address for the peer.
                   zhnPwMappedIfName 1.3.6.1.4.1.5504.2.5.31.1.1.1.7 snmpadminstring read-only
The name of the interface mapped to this PW. If the PW is a structure-agnostic (i.e. SATOP) connection, the interface name should be that of a T1/E1 port. It the PW is a structure-aware connection, the interface name should be that of a DS0 Bundle.
                   zhnPwLocalLMBits 1.3.6.1.4.1.5504.2.5.31.1.1.1.8 integer read-only
Indicates the value of the Local TDM Failure (L-Bit) and the Modifier bits (M-bits) currently transmitted. Refer to RFC 5086 for more information on the L/M bits. Enumeration: 'rxRDI': 2, 'txAIS': 4, 'noDefect': 0, 'nonTDMData': 3, 'reserved4': 7, 'reserved1': 1, 'reserved3': 6, 'reserved2': 5.
                   zhnPwLocalRBit 1.3.6.1.4.1.5504.2.5.31.1.1.1.9 integer read-only
Indicates the value of the Remote Loss of Frames indication (R-Bit) currently transmitted. Enumeration: 'on': 1, 'off': 2.
                   zhnPwRemoteLMBits 1.3.6.1.4.1.5504.2.5.31.1.1.1.10 integer read-only
Indicates the value of the Local Failure (L-Bit) and the Modifier bits (M-bits) currently received. Refer to RFC 5086 for more information on the L/M bits. Enumeration: 'rxRDI': 2, 'txAIS': 4, 'noDefect': 0, 'nonTDMData': 3, 'reserved4': 7, 'reserved1': 1, 'reserved3': 6, 'reserved2': 5.
                   zhnPwRemoteRBit 1.3.6.1.4.1.5504.2.5.31.1.1.1.11 integer read-only
Indicates the value of the Remote Loss of Frames indication (R-Bit) currently received. Enumeration: 'on': 1, 'off': 2.
                   zhnPwPeerMACMode 1.3.6.1.4.1.5504.2.5.31.1.1.1.12 integer read-write
Setting this object to dynamic(1) will cause PW to ARP for the MAC address of the peer node. If the value of this object is static(2), the peer MAC address is the value of object pwPeerMAC. Enumeration: 'static': 2, 'dynamic': 1.
                   zhnPwActualPayloadSize 1.3.6.1.4.1.5504.2.5.31.1.1.1.13 unsigned32 read-only
The value of this object indicates the actual PayLoad Size (in bytes).
                   zhnPwRxRaiAction 1.3.6.1.4.1.5504.2.5.31.1.1.1.14 integer read-write
Indicates the action to be taken upon when receiving L,M bits equal to 0,10 (rxRAI). When set to none (1), the payload will be transmitted as it was received. When set to txAIS (2), the AIS pattern will be transmitted towards the local CE. When set to txRAI (3), the RAI pattern will be transmitted towards the local CE. When set to txChlIdle (4), the Channel Idle signal will be transmitted towards the local CE. Enumeration: 'txChlIdle': 4, 'none': 1, 'txAIS': 2, 'txRAI': 3.
                   zhnPwRxAisAction 1.3.6.1.4.1.5504.2.5.31.1.1.1.15 integer read-write
Indicates the action to be taken upon when receiving L,M bits equal to 1,00 (rxAIS). When set to none (1), the payload will be transmitted as it was received. When set to txAIS (2), the AIS pattern will be transmitted towards the local CE. When set to txRAI (3), the RAI pattern will be transmitted towards the local CE. When set to txChlIdle (4), the Channel Idle signal will be transmitted towards the local CE. Enumeration: 'txChlIdle': 4, 'none': 1, 'txAIS': 2, 'txRAI': 3.
                   zhnPwLopAction 1.3.6.1.4.1.5504.2.5.31.1.1.1.16 integer read-write
Indicates the action to be taken while in a Loss or Packets state. When set to none (1), the payload will be transmitted as it was received. When set to txAIS (2), the AIS pattern will be transmitted towards the local CE. When set to txRAI (3), the RAI pattern will be transmitted towards the local CE. When set to txChlIdle (4), the Channel Idle signal will be transmitted towards the local CE. Enumeration: 'txChlIdle': 4, 'none': 1, 'txAIS': 2, 'txRAI': 3.
                   zhnPwAdaptState 1.3.6.1.4.1.5504.2.5.31.1.1.1.17 integer read-write
Indicates the current adaptive state. The only value that can be written for this object is restart (7), which will restart clock adaption on the port associated with the bundle. Enumeration: 'locked': 5, 'recovery': 6, 'disabled': 8, 'idle': 1, 'restart': 7, 'tracking1': 3, 'tracking2': 4, 'acquisition': 2.
                   zhnPwAdaptTime 1.3.6.1.4.1.5504.2.5.31.1.1.1.18 integer read-only
Indicates the current adaptive timestamp.
                   zhnPwIsdn 1.3.6.1.4.1.5504.2.5.31.1.1.1.19 integer read-write
Indicates the endpoint is of IDSN type as defined in ETS 300 233. When Idsn type is set to disabled (1), the payload is transmitted as it was received. When set to lt (2), the Line Termination unit is connected to the Terminal Equipment. When set to nt1 (3), the Network Termination unit connected to the Exchange Equipment. Enumeration: 'disabled': 1, 'nt1': 3, 'lt': 2.
                   zhnPwOuterLabel 1.3.6.1.4.1.5504.2.5.31.1.1.1.20 unsigned32 read-write
The value of this object is the MPLS 20-bit outer tag. This object is only applicable for MPLS PW connections.
                   zhnPwClkAcquisitionLevel 1.3.6.1.4.1.5504.2.5.31.1.1.1.21 unsigned32 read-only
The PLL clock acquisition level from 0 - 15. Level 8 or higher is required for reliable operation. During the clock acquisition process, the Phase Lock Loop moves through 16 adjustment levels. Level 0 is the starting phase, with very coarse adjustments. Level 15 is the final phase, with very fine adjustment. Once level 8 has been reached, the acquired clock is highly accurate. This object is also referred to as the PWE Adaptive Clock Counter.
                   zhnPwClearTotalStats 1.3.6.1.4.1.5504.2.5.31.1.1.1.22 pwclearstatisticstc read-write
This object can be used to clear all PWE total statistics counters, contained in the pwPerfTotalTable and defined in the PW-STD mib.
           zhnPwRtpHeaderMode 1.3.6.1.4.1.5504.2.5.31.1.2 integer read-write
Enable or disable the transmission of a RTP header mode for all Pseudo-wire connections. Note, the configuration must be saved and the system rebooted for this item to take effect. Enumeration: 'enable': 1, 'disable': 2.
           zhnPwAdaptPllMode 1.3.6.1.4.1.5504.2.5.31.1.3 integer read-write
Configure the accuracy of the recovered clock for all Pseudo-wire connections. Note, configuration must be saved and system rebooted for this item to take effect. When set to normal(1), the system will support reliable timing recovery in networks with occasional packet delay variation and packet loss. This is the recommended mode of operation. When set to fine(2), the accuracy of the recovered clock will be slightly higher than normal(1) mode, but during the clock recovery phase the network must be stable and predictable and requires pristine network conditions during timing acquisition. Enumeration: 'fine': 2, 'normal': 1.
           zhnPwAutoAdclEnable 1.3.6.1.4.1.5504.2.5.31.1.4 integer read-write
Enable or disable the ability to automatically select the first available Pseudo Wire connection to use for adaptive clock recovery. Enumeration: 'enable': 1, 'disable': 2.
           zhnPwAdaptSourceActual 1.3.6.1.4.1.5504.2.5.31.1.5 displaystring read-only
The actual Pseudo Wire connection in use for adaptive clock recovery if automatic adaptive is disabled.
           zhnPwSourceIPAddr 1.3.6.1.4.1.5504.2.5.31.1.6 ipaddress read-write
This object contains the IP address for all local Pseudo Wire connections.
           zhnPwSourceIPMask 1.3.6.1.4.1.5504.2.5.31.1.7 ipaddress read-write
This object contains the subnet mask for all local Pseudo Wire connections.
           zhnPwSourceGateway 1.3.6.1.4.1.5504.2.5.31.1.8 ipaddress read-write
This object contains the gateway address for all local Pseudo Wire connections.
           zhnPwUdpDstPort 1.3.6.1.4.1.5504.2.5.31.1.9 unsigned32 read-write
This object contains the UDP port used by the peer.
           zhnPwT1E1Mode 1.3.6.1.4.1.5504.2.5.31.1.10 integer read-write
This object identifies the DS1 mode of operation for all DS1 ports in the system. Enumeration: 'e1': 2, 't1': 1.
           zhnPeerPingName 1.3.6.1.4.1.5504.2.5.31.1.11 snmpadminstring read-write
This object identifies the name of the peer Pseudo Wire connection with which to initiate a ping test.
           zhnPeerPingRequest 1.3.6.1.4.1.5504.2.5.31.1.12 integer read-write
This object starts or stops a Pseudo Wire ping test. A valid zhnPeerPingName must be configured for the ping test to be successful. Enumeration: 'nop': 3, 'start': 1, 'stop': 2.
           zhnPeerPingStatus 1.3.6.1.4.1.5504.2.5.31.1.13 integer read-write
This object retrieves the status of the current or last Pseudo Wire ping test initiated by the CPE. Enumeration: 'reply': 1, 'none': 3, 'timedout': 2, 'unconfigured': 4, 'failed': 5.
       zhnPwConformance 1.3.6.1.4.1.5504.2.5.31.2
       zhnPwMibConformance 1.3.6.1.4.1.5504.2.5.31.2
           zhnPwMibGroups 1.3.6.1.4.1.5504.2.5.31.2.1
               zhnPwMibGroup 1.3.6.1.4.1.5504.2.5.31.2.1.1
A collection of Zhone Pseudo-Wire table objects that describe the pseudo-wire interfaces of the device.
               zhnPwMibScalars 1.3.6.1.4.1.5504.2.5.31.2.1.2
A collection of Zhone Pseudo-Wire table scalar objects that describe the pseudo-wire emulation of the device.
           zhnPwMibCompliances 1.3.6.1.4.1.5504.2.5.31.2.2
               zhnPwMibCompliance 1.3.6.1.4.1.5504.2.5.31.2.2.1
The Compliance statement for SNMP entities which manage display the Zhone Pseudo-Wire Information.