ALCATEL-IND1-IPX-MIB

File: ALCATEL-IND1-IPX-MIB.mib (30394 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI SNMPv2-CONF
ALCATEL-IND1-BASE

Imported symbols

RowStatus TEXTUAL-CONVENTION OBJECT-IDENTITY
OBJECT-TYPE MODULE-IDENTITY MODULE-COMPLIANCE
OBJECT-GROUP routingIND1Ipx

Defined Types

NetNumber  
IPX network number. It is a 32-bit value divided into 4 octets.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

HostAddress  
IPX host MAC address. It is a group of the 6 octets from the MAC address.
TEXTUAL-CONVENTION    
  OCTET STRING Size(6)  

IPXStaticRouteEntry  
SEQUENCE    
  alaIpxStaticRouteNetNum NetNumber
  alaIpxStaticRouteNextHopNet NetNumber
  alaIpxStaticRouteNextHopNode HostAddress
  alaIpxStaticRouteTicks INTEGER
  alaIpxStaticRouteHopCount INTEGER
  alaIpxStaticRouteRowStatus RowStatus

IPXDefRouteEntry  
SEQUENCE    
  alaIpxDefRouteVlanId INTEGER
  alaIpxDefRouteNet NetNumber
  alaIpxDefRouteNode HostAddress
  alaIpxDefRouteRowStatus RowStatus

IPXExtMsgEntry  
SEQUENCE    
  alaIpxExtMsgVlanId INTEGER
  alaIpxExtMsgMode INTEGER
  alaIpxExtMsgRowStatus RowStatus

IPXRipSapFilterEntry  
SEQUENCE    
  alaIpxRipSapFilterVlanId INTEGER
  alaIpxRipSapFilterType INTEGER
  alaIpxRipSapFilterNet NetNumber
  alaIpxRipSapFilterNetMask NetNumber
  alaIpxRipSapFilterNode HostAddress
  alaIpxRipSapFilterNodeMask HostAddress
  alaIpxRipSapFilterSvcType INTEGER
  alaIpxRipSapFilterMode INTEGER
  alaIpxRipSapFilterRowStatus RowStatus

IPXWatchdogSpoofEntry  
SEQUENCE    
  alaIpxWatchdogSpoofVlanId INTEGER
  alaIpxWatchdogSpoofMode INTEGER
  alaIpxWatchdogSpoofRowStatus RowStatus

IPXSerialFilterEntry  
SEQUENCE    
  alaIpxSerialFilterVlanId INTEGER
  alaIpxSerialFilterMode INTEGER
  alaIpxSerialFilterRowStatus RowStatus

SPXKeepaliveSpoofEntry  
SEQUENCE    
  alaSpxKeepaliveSpoofVlanId INTEGER
  alaSpxKeepaliveSpoofMode INTEGER
  alaSpxKeepaliveSpoofRowStatus RowStatus

IPXType20Entry  
SEQUENCE    
  alaIpxType20VlanId INTEGER
  alaIpxType20Mode INTEGER
  alaIpxType20RowStatus RowStatus

IPXTimerEntry  
SEQUENCE    
  alaIpxTimerVlanId INTEGER
  alaIpxTimerRip INTEGER
  alaIpxTimerSap INTEGER
  alaIpxTimerRowStatus RowStatus

Defined Values

alcatelIND1IPXMIB 1.3.6.1.4.1.6486.801.1.2.1.10.8.1
This module describes an authoritative enterprise-specific Simple Network Management Protocol (SNMP) Management Information Base (MIB): This is the proprietary MIB for the IPX routing sub-sytem. The right to make changes in specification and other information contained in this document without prior notice is reserved. No liability shall be assumed for any incidental, indirect, special, or consequential damages whatsoever arising from or related to this document or the information contained herein. Vendors, end-users, and other interested parties are granted non-exclusive license to use this specification in connection with management of the products for which it is intended to be used. Copyright (C) 1995-2007 Alcatel-Lucent ALL RIGHTS RESERVED WORLDWIDE
MODULE-IDENTITY    

alcatelIND1IPXMIBObjects 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1
OBJECT IDENTIFIER    

alaIpxRoutingGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1
IPX routing information.
Status: current Access: read-write
OBJECT-IDENTITY    

alaIpxFilterGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2
IPX filtering information.
Status: current Access: read-write
OBJECT-IDENTITY    

alaIpxTimerGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3
IPX timer information.
Status: current Access: read-write
OBJECT-IDENTITY    

alaIpxStaticRouteTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1
The Static Routes table is used and add entries and extract information from the static routes configured in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXStaticRouteEntry

alaIpxStaticRouteEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1
Each entry corresponds to one static route.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXStaticRouteEntry  

alaIpxStaticRouteNetNum 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1.1
The IPX network number of the route's destination.
Status: current Access: not-accessible
OBJECT-TYPE    
  NetNumber  

alaIpxStaticRouteNextHopNet 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1.2
The IPX network number of the router used to reach the first hop in the static route.
Status: current Access: read-create
OBJECT-TYPE    
  NetNumber  

alaIpxStaticRouteNextHopNode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1.3
The IPX node number of the router used to reach the first hop in the static route.
Status: current Access: read-create
OBJECT-TYPE    
  HostAddress  

alaIpxStaticRouteTicks 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1.4
The delay, in ticks, to reach the route's destination.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

alaIpxStaticRouteHopCount 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1.5
The number of hops necessary to reach the destination.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..16  

alaIpxStaticRouteRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.1.1.6
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxStaticRouteTable is constrained by the operational state of the corresponding static route. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxDefRouteTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.2
The default route table contains information about the destinations to which all packets are sent when the destination network is not known.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXDefRouteEntry

alaIpxDefRouteEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.2.1
One table entry per switch for default route.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXDefRouteEntry  

alaIpxDefRouteVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.2.1.1
The VlanId for this filter. If VlanId equals 0, the filter is applied globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxDefRouteNet 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.2.1.2
The IPX network number of the router used to reach the first hop in the default route.
Status: current Access: read-create
OBJECT-TYPE    
  NetNumber  

alaIpxDefRouteNode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.2.1.3
The IPX node number of the router used to reach the first hop in the default route.
Status: current Access: read-create
OBJECT-TYPE    
  HostAddress  

alaIpxDefRouteRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.2.1.4
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxDefRouteTable is constrained by the operational state of the corresponding default route entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxExtMsgTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.3
The extended RIP and SAP messages table contains information about which vlans use extended RIP and SAP packets.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXExtMsgEntry

alaIpxExtMsgEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.3.1
One table entry per Vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXExtMsgEntry  

alaIpxExtMsgVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.3.1.1
The VlanId for this filter. If VlanId equals 0, the filter is applied globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxExtMsgMode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.3.1.2
Indicates whether extended RIP/SAP packets are sent and received.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

alaIpxExtMsgRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.3.1.3
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxExtMsgTable is constrained by the operational state of the corresponding watchdog entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxFlush 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.1.4
Flushes the routing and the SAP tables. The tables will then be rebuilt from the broadcast messages received from the networks. Reading this variable is undefined
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rip(1), sap(2), both(3)  

alaIpxRipSapFilterTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1
The IPX Rip/Sap Filter Table contains information about all filters that have been defined.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXRipSapFilterEntry

alaIpxRipSapFilterEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1
Each entry corresponds to one filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXRipSapFilterEntry  

alaIpxRipSapFilterVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.1
The VlanId for this filter. If VlanId equals 0, the filter is applied globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxRipSapFilterType 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.2
The type of filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER sapOutput(1), sapInput(2), gnsOutput(3), ripOutput(4), ripInput(5)  

alaIpxRipSapFilterNet 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.3
The IPX Network Address to filter. A network address of all 0 's is used to denote All Networks.
Status: current Access: not-accessible
OBJECT-TYPE    
  NetNumber  

alaIpxRipSapFilterNetMask 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.4
The IPX Network Mask to be used.
Status: current Access: not-accessible
OBJECT-TYPE    
  NetNumber  

alaIpxRipSapFilterNode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.5
The IPX node address to filter. A node address of all 0 's is used to denote All Nodes.
Status: current Access: not-accessible
OBJECT-TYPE    
  HostAddress  

alaIpxRipSapFilterNodeMask 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.6
The IPX node address mask to be used.
Status: current Access: not-accessible
OBJECT-TYPE    
  HostAddress  

alaIpxRipSapFilterSvcType 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.7
The SAP service type on which to filter. The SAP service types are defined by Novell.A value of ALL(65535) indicates that all services will be filtered.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

alaIpxRipSapFilterMode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.8
The action defined by this filter. block (1) means packets matching this filter will be blocked, and allow(0) means that packets matching this filter will be allowed.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER allow(1), block(2)  

alaIpxRipSapFilterRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.1.1.10
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxRipSapFilterTable is constrained by the operational state of the corresponding filter entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxWatchdogSpoofTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.2
The IPX Watchdog Spoofing Table contains information about all of the current IPX WAN watchdog spoofing entry statuses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXWatchdogSpoofEntry

alaIpxWatchdogSpoofEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.2.1
Each entry corresponds to one WAN routing service.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXWatchdogSpoofEntry  

alaIpxWatchdogSpoofVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.2.1.1
The VlanId of the WAN routing service that this entry applies to. If VlanId equals 0, the filter is applied globally to all WAN Vlans.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxWatchdogSpoofMode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.2.1.2
This controls whether the IPX Watchdog Spoofing is enabled or disabled.When enabled, this routing service will spoof IPX Watchdog packets.When disabled, this routing service will not spoof IPX Watchdog packets.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

alaIpxWatchdogSpoofRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.2.1.3
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxWatchdogSpoofTable is constrained by the operational state of the corresponding watchdog entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxSerialFilterTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.3
The IPX Serialization Filtering Table contains information about all of the current IPX WAN serialization filtering entry statuses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXSerialFilterEntry

alaIpxSerialFilterEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.3.1
Each entry corresponds to one WAN routing service.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXSerialFilterEntry  

alaIpxSerialFilterVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.3.1.1
The VlanId of the WAN routing service that this entry applies to. If VlanId equals 0, the filter is applied globally to all WAN Vlans.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxSerialFilterMode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.3.1.2
This controls whether the IPX Serialization Filtering is enabled or disabled.When enabled, this routing service will filter IPX Serialization packets.When disabled, this routing service will not filter IPX Serialization packets.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

alaIpxSerialFilterRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.3.1.3
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxSerialFilterTable is constrained by the operational state of the corresponding filter entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaSpxKeepaliveSpoofTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.4
The SPX Keepalive Spoofing Table contains information about all of the current IPX WAN SPX spoofing filtering entry statuses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SPXKeepaliveSpoofEntry

alaSpxKeepaliveSpoofEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.4.1
Each entry corresponds to one WAN routing service.
Status: current Access: not-accessible
OBJECT-TYPE    
  SPXKeepaliveSpoofEntry  

alaSpxKeepaliveSpoofVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.4.1.1
The VlanId of the WAN routing service that this entry applies to. If VlanId equals 0, the filter is applied globally to all WAN Vlans.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaSpxKeepaliveSpoofMode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.4.1.2
This controls whether the SPX Keepalive Spoofing is enabled or disabled.When enabled, this routing service will spoof SPX Keepalive packets.When disabled, this routing service will not spoof SPX Keepalive packets.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

alaSpxKeepaliveSpoofRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.4.1.3
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxKeepaliveSpoofTable is constrained by the operational state of the corresponding keepalive entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxType20Table 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.5
The IPX Type 20 Table contains information about all of the current Type 20 filtering entry statuses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXType20Entry

alaIpxType20Entry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.5.1
Each entry corresponds to one Virtual LAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXType20Entry  

alaIpxType20VlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.5.1.1
The VLAN Id of the routing interface that this entry applies to. If VlanId equals 0, the filter is applied globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxType20Mode 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.5.1.2
This controls whether IPX Type 20 packet are enabled or disabled.When enabled, this routing interface will forward Type 20 packets.When disabled, the packets will not.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2)  

alaIpxType20RowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.2.5.1.3
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxType20Table is constrained by the operational state of the corresponding type 20 entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alaIpxTimerTable 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3.1
The IPX Timer Table contains information about all of the current Timer adjustments entry statuses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPXTimerEntry

alaIpxTimerEntry 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3.1.1
Each entry corresponds to one Virtual LAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPXTimerEntry  

alaIpxTimerVlanId 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3.1.1.1
The VLAN Id of the routing interface that this entry applies to. If VlanId equals 0, the filter is applied globally.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..4094  

alaIpxTimerSap 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3.1.1.2
This controls whether IPX SAP packet timer duration.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..180  

alaIpxTimerRip 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3.1.1.3
This controls whether IPX RIP packet timer duration.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..180  

alaIpxTimerRowStatus 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.1.3.1.1.4
The row status variable, used in accordance to installation and removal conventions for conceptual rows. The RowStatus of a currenty active row in the alaIpxTimerTable is constrained by the operational state of the corresponding timer entry. The RowStatus values that are supported are the following: active: This indicates that the row is active and valid. createAndGo: This will create the row and activate it. destroy: This value will deactivate the row and delete from the system.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

alcatelIND1IPXMIBConformance 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2
OBJECT IDENTIFIER    

alcatelIND1IPXMIBCompliances 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.1
OBJECT IDENTIFIER    

alcatelIND1IPXMIBGroups 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2
OBJECT IDENTIFIER    

alcatelIND1IPXMIBCompliance 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.1.1
The compliance statement for IPX Subsystem and ALCATEL-IND1-IPX-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

alcatelIND1IPXMIBStaticRouteGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.1
A collection of objects from Static Route Table.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBDefRouteGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.2
A collection of objects from Default Route Table.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBExtMsgGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.3
A collection of objects from Extended Message Table.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBFlushGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.4
A collection of objects to flush the RIP and SAP tables.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBRipSapFilterGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.5
A collection of objects from the RIP and SAP Filter tables.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBWatchdogSpoofGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.6
A collection of objects from the Watchdog spoof tables.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBSerialFilterGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.7
A collection of objects from the Serialization Filter tables.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBKeepaliveSpoofGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.8
A collection of objects from the Keepalive Spoof tables.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBType20Group 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.9
A collection of objects from the Type 20 packet tables.
Status: current Access: read-create
OBJECT-GROUP    

alcatelIND1IPXMIBTimerGroup 1.3.6.1.4.1.6486.801.1.2.1.10.8.1.2.2.10
A collection of objects from the RIP and SAP Timer tables.
Status: current Access: read-create
OBJECT-GROUP