MICOMIPRIP-MIB

File: MICOMIPRIP-MIB.mib (44694 bytes)

Imported modules

RFC1155-SMI MICOM-OSCAR-MIB RFC-1212

Imported symbols

IpAddress micom-oscar OBJECT-TYPE

Defined Types

McmIpAddrEntry  
SEQUENCE    
  mcmipIfIndex INTEGER
  mcmipAddr IpAddress
  mcmipKeepAlive INTEGER
  mcmipMtu INTEGER
  mcmipDlType INTEGER
  mcmipForwardBcast INTEGER
  mcmipUnumIf INTEGER
  mcmipRoutProtType INTEGER

McmIpAddressEntry  
SEQUENCE    
  mcmipAddressIfIndex INTEGER
  mcmipAddress IpAddress
  mcmipAddressKeepAlive INTEGER
  mcmipAddressMtu INTEGER
  mcmipAddressDlType INTEGER
  mcmipAddressForwardBcast INTEGER
  mcmipAddressUnumIf INTEGER
  mcmipAddressRoutProtType INTEGER

NvmIpAddrEntry  
SEQUENCE    
  nvmipIfIndex INTEGER
  nvmipAddr IpAddress
  nvmipMtu INTEGER
  nvmipDlType INTEGER
  nvmipKeepAlive INTEGER
  nvmipForwardBcast INTEGER
  nvmipUnumIf INTEGER
  nvmipRoutProtType INTEGER
  nvmipNetMask IpAddress
  nvmipBcastAddr IpAddress

NvmIpAddressEntry  
SEQUENCE    
  nvmipAddressIfIndex INTEGER
  nvmipAddress IpAddress
  nvmipAddressMtu INTEGER
  nvmipAddressDlType INTEGER
  nvmipAddressKeepAlive INTEGER
  nvmipAddressForwardBcast INTEGER
  nvmipAddressUnumIf INTEGER
  nvmipAddressRoutProtType INTEGER
  nvmipAddressNetMask IpAddress
  nvmipAddressBcastAddr IpAddress
  nvmipAddressRowStatus INTEGER

McmIpIfCntrZeroEntry  
SEQUENCE    
  mcmIpIfCntrZeroIndex INTEGER
  mcmIpIfGrpCounterZero INTEGER

McmInverseArpEntry  
SEQUENCE    
  mcmInverseArpIfIndex INTEGER
  mcmInverseArpProtocol INTEGER
  mcmInverseArpStatus INTEGER

NvmInverseArpEntry  
SEQUENCE    
  nvmInverseArpIfIndex INTEGER
  nvmInverseArpProtocol INTEGER
  nvmInverseArpStatus INTEGER

Defined Values

mcmIp 1.3.6.1.4.1.335.1.4.5
OBJECT IDENTIFIER    

ip-control 1.3.6.1.4.1.335.1.4.5.16
OBJECT IDENTIFIER    

mcmIpRipEnable 1.3.6.1.4.1.335.1.4.5.1
NAME = ; DESC = This Parameter determines if RIP is \ turned ON or OFF on the access device.; HELP = When RIP is enabled, The access device \ propogates routing information to other \ access devices, gateways, and Hosts.; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmIpRipDfltRtEnable 1.3.6.1.4.1.335.1.4.5.2
NAME = ; DESC = This value determines if this unit should \ act as default Router.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmIpRipCompatibility 1.3.6.1.4.1.335.1.4.5.10
NAME = ; DESC = This value indicates the Routing \ Internet Protocol (RIP) version.\ rip1 indicates only RIP version 1 \ packets are broadcasted. \ rip1Compatible indicates RIP \ version 2 packets are broadcasted. \ rip2 indicates RIP version 2 packets \ are multicasted.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER rip1(1), rip1Compatible(2), rip2(3)  

mcmIpAddrTable 1.3.6.1.4.1.335.1.4.5.3
NAME = ; DESC = ** Note this table has been deprecated and replaced by mcmIpAddressTable below ** \ Information about the IP Protocol parameters \ on a per interface basis.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McmIpAddrEntry

mcmIpAddrEntry 1.3.6.1.4.1.335.1.4.5.3.1
NAME = ; DESC = IP Parameters on a per interface basic.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  McmIpAddrEntry  

mcmipIfIndex 1.3.6.1.4.1.335.1.4.5.3.1.1
NAME = ; DESC = ** DEPRECATED **\ The index value which uniquely identifies \ the interface to which this entry is applicable.; HELP = The interface identified by a particular \ value of this index is the same interface as \ identified by the same value of ifIndex.; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

mcmipAddr 1.3.6.1.4.1.335.1.4.5.3.1.2
NAME = ; DESC = ** DEPRECATED **\ The IP address to which this entry's \ addressing information pertains.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  IpAddress  

mcmipMtu 1.3.6.1.4.1.335.1.4.5.3.1.3
NAME = ; DESC = ** DEPRECATED **\ The size of the largest datagram which \ can be sent/received on the interface, \ specified in octets.; HELP = For interfaces that are used for transmitting \ datagrams, this is the size of the largest \ network datagram that can be sent on the interface.; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

mcmipDlType 1.3.6.1.4.1.335.1.4.5.3.1.4
NAME = ; DESC = ** DEPRECATED **\ The type of interface, distinguished \ according to the physical/link protocol(s) \ immediately `below' the network layer \ in the protocol stack. Note - these \ HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER csmacd(1), tpb(2), tpr(3), metro(4), ether(5), hdlc(6), char(7), ctca(8), fddi(9), frameRelay(10), frIpOpt(11), other(12), invalid(13)  

mcmipKeepAlive 1.3.6.1.4.1.335.1.4.5.3.1.5
NAME = ; DESC = ** DEPRECATED **\ This value determines if keepalives \ are sent over this interface.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmipForwardBcast 1.3.6.1.4.1.335.1.4.5.3.1.6
NAME = ; DESC = ** DEPRECATED **\ This value determines if forward Broadcast \ is turned ON or OFF.; HELP = This value determines if broadcasts \ are forwarded.; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmipUnumIf 1.3.6.1.4.1.335.1.4.5.3.1.7
NAME = ; DESC = ** DEPRECATED **\ This value determines if Unumbered IP \ is supported on this interface.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER unnumbered(1), numbered(2)  

mcmipRoutProtType 1.3.6.1.4.1.335.1.4.5.3.1.8
NAME = ; DESC = ** DEPRECATED **\ This value determines the IP routing \ protocol on this interface.; HELP =; CAPABILITIES = ;
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER rip(1), ospf(2), passiveRip(3), disable(4)  

mcmIpAddressTable 1.3.6.1.4.1.335.1.4.5.12
NAME = ; DESC = Information about the IP Protocol parameters \ on a per interface basis.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McmIpAddressEntry

mcmIpAddressEntry 1.3.6.1.4.1.335.1.4.5.12.1
NAME = ; DESC = IP Parameters on a per interface basic.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  McmIpAddressEntry  

mcmipAddressIfIndex 1.3.6.1.4.1.335.1.4.5.12.1.1
NAME = ; DESC = The index value which uniquely identifies \ the interface to which this entry is applicable.; HELP = The interface identified by a particular \ value of this index is the same interface as \ identified by the same value of ifIndex.; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mcmipAddress 1.3.6.1.4.1.335.1.4.5.12.1.2
NAME = ; DESC = The IP address to which this entry's \ addressing information pertains. This \ object is also used as the second index \ for this table.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

mcmipAddressMtu 1.3.6.1.4.1.335.1.4.5.12.1.3
NAME = ; DESC = The size of the largest datagram which \ can be sent/received on the interface, \ specified in octets.; HELP = For interfaces that are used for transmitting \ datagrams, this is the size of the largest \ network datagram that can be sent on the interface.; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mcmipAddressDlType 1.3.6.1.4.1.335.1.4.5.12.1.4
NAME = ; DESC = The type of interface, distinguished \ according to the physical/link protocol(s) \ immediately `below' the network layer \ in the protocol stack. Invalid is used on releases \ previous to 3.0; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ether(5), frameRelay(10), invalid(13)  

mcmipAddressKeepAlive 1.3.6.1.4.1.335.1.4.5.12.1.5
NAME = ; DESC = This value determines if keepalives \ are sent over this interface.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmipAddressForwardBcast 1.3.6.1.4.1.335.1.4.5.12.1.6
NAME = ; DESC = This value determines if forward Broadcast \ is turned ON or OFF.; HELP = This value determines if broadcasts \ are forwarded.; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmipAddressUnumIf 1.3.6.1.4.1.335.1.4.5.12.1.7
NAME = ; DESC = This value determines if Unumbered IP \ is supported on this interface.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unnumbered(1), numbered(2)  

mcmipAddressRoutProtType 1.3.6.1.4.1.335.1.4.5.12.1.8
NAME = ; DESC = This value determines the IP routing \ protocol on this interface.; HELP =; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER rip(1), ospf(2), passiveRip(3), disable(4)  

mcmIPBootpRelayGroup 1.3.6.1.4.1.335.1.4.5.14
OBJECT IDENTIFIER    

mcmIPBootpRelay 1.3.6.1.4.1.335.1.4.5.14.1
NAME = ; DESC = The value of this object determines \ if the access device will relay Bootp \ packets. \ (Operational); HELP = When the Bootp Relay is on, the access \ device can forward Bootp requests to \ servers on another network.; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

mcmIPBootpRelayServerAddr 1.3.6.1.4.1.335.1.4.5.14.2
NAME = ; DESC = The value of this object indicates the IP \ address to which Bootp relay agent will \ relay Bootp requests to. \ (Operational); HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

mcmIPBootpRelayHops 1.3.6.1.4.1.335.1.4.5.14.3
NAME = ; DESC = The value of this object indicates the \ number of hops a Bootp packet is allowed \ to make. \ (Operational); HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..16  

nvmIpRipEnable 1.3.6.1.4.1.335.1.4.5.4
NAME = ; DESC = This Parameter determines if RIP is \ turned ON or OFF on the access device.; HELP = When RIP is enabled, The access \ device propogates routing information \ to other access device's, gateways, \ and Hosts.; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmIpRipDfltRtEnable 1.3.6.1.4.1.335.1.4.5.5
NAME = ; DESC = This value determines if this unit should \ act as default Router.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmIpAddressRipCompatibility 1.3.6.1.4.1.335.1.4.5.11
NAME = ; DESC = This value indicates the the Routing \ Information Protocol (RIP) version. \ rip1 indicates only RIP version 1 \ packets are broadcasted. \ rip1Compatible indicates RIP \ version 2 packets are broadcasted. \ rip2 indicates RIP version 2 packets \ are multicasted.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rip1(1), rip1Compatible(2), rip2(3)  

nvmIpAddrTable 1.3.6.1.4.1.335.1.4.5.6
NAME = ; DESC = ** Note that this table has been deprecated \ and it's functionality has been replaced by \ nvmIpAddressTable. \ Information about the IP Protocol parameters \ on a per interface basis.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NvmIpAddrEntry

nvmIpAddrEntry 1.3.6.1.4.1.335.1.4.5.6.1
NAME = ; DESC = ** DEPRECATED ** \ IP Parameters on a per interface basis.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  NvmIpAddrEntry  

nvmipIfIndex 1.3.6.1.4.1.335.1.4.5.6.1.1
NAME = ; DESC = ** DEPRECATED ** \ The index value which uniquely identifies \ the interface to which this entry is applicable.; HELP = The interface identified by a particular \ value of this index is the same interface as \ identified by the same value of ifIndex.; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

nvmipAddr 1.3.6.1.4.1.335.1.4.5.6.1.2
NAME = ; DESC = ** DEPRECATED ** \ The IP address to which this entry's \ addressing information pertains.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmipMtu 1.3.6.1.4.1.335.1.4.5.6.1.3
NAME = ; DESC = ** DEPRECATED ** \ The size of the largest datagram which \ can be sent/received on the interface, \ specified in octets.; HELP = For interfaces that are used for transmitting \ datagrams, this is the size of the largest \ network datagram that can be sent on the interface.; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER  

nvmipDlType 1.3.6.1.4.1.335.1.4.5.6.1.4
NAME = ; DESC = ** DEPRECATED ** \ The type of interface, distinguished \ according to the physical/link protocol(s) \ immediately `below' the network layer \ in the protocol stack.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER csmacd(1), tpb(2), tpr(3), metro(4), ether(5), hdlc(6), char(7), ctca(8), fddi(9), frameRelay(10), frIpOpt(11), other(12), invalid(13)  

nvmipKeepAlive 1.3.6.1.4.1.335.1.4.5.6.1.5
NAME = ; DESC = ** DEPRECATED ** \ This value determines if keepalives \ are sent over this interface.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmipForwardBcast 1.3.6.1.4.1.335.1.4.5.6.1.6
NAME = ; DESC = ** DEPRECATED ** \ This value determines if forward Broadcast \ is turned ON or OFF.; HELP = This value determines if broadcasts \ are forwarded.; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmipUnumIf 1.3.6.1.4.1.335.1.4.5.6.1.7
NAME = ; DESC = ** DEPRECATED ** \ This value determines if Unumbered IP \ is supported on this interface.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER unnumbered(1), numbered(2)  

nvmipRoutProtType 1.3.6.1.4.1.335.1.4.5.6.1.8
NAME = ; DESC = ** DEPRECATED ** \ This value determines the IP routing \ protocol on this interface.; HELP = ; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER rip(1), ospf(2), passiveRip(3), disable(4)  

nvmipNetMask 1.3.6.1.4.1.335.1.4.5.6.1.9
NAME = ; DESC = ** DEPRECATED ** \ The subnet mask associated with the \ Ip address of this entry.; HELP = The value of the mask is an IP address with \ all the network bits set to 1 and all the \ hosts bits set to 0.; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmipBcastAddr 1.3.6.1.4.1.335.1.4.5.6.1.10
NAME = ; DESC = ** DEPRECATED ** \ The value of the least-significant bit in the IP\ broadcast address used for sending datagrams on the \ (logical) interface associated w/ IP addr of this entry.; HELP = when the Internet standard all-ones broadcast \ address is used, the value will be \ 1. This value applies to both the subnet & network \ broadcasts addresses used by the entity on this interface.; CAPABILITIES = ;
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmIpAddressTable 1.3.6.1.4.1.335.1.4.5.13
NAME = ; DESC = Information about the IP Protocol parameters \ on a per interface basis.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NvmIpAddressEntry

nvmIpAddressEntry 1.3.6.1.4.1.335.1.4.5.13.1
NAME = ; DESC = IP Parameters on a per interface basis.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NvmIpAddressEntry  

nvmipAddressIfIndex 1.3.6.1.4.1.335.1.4.5.13.1.1
NAME = ; DESC = The index value which uniquely identifies \ the interface to which this entry is applicable.; HELP = The interface identified by a particular \ value of this index is the same interface as \ identified by the same value of ifIndex.; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

nvmipAddress 1.3.6.1.4.1.335.1.4.5.13.1.2
NAME = ; DESC = The IP address to which this entry's \ addressing information pertains. \ This object is also used as the second \ index for this table.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmipAddressMtu 1.3.6.1.4.1.335.1.4.5.13.1.3
NAME = ; DESC = The size of the largest datagram which \ can be sent/received on the interface, \ specified in octets.; HELP = For interfaces that are used for transmitting \ datagrams, this is the size of the largest \ network datagram that can be sent on the interface.; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 64..1518  

nvmipAddressDlType 1.3.6.1.4.1.335.1.4.5.13.1.4
NAME = ; DESC = The type of interface, distinguished \ according to the physical/link protocol(s) \ immediately `below' the network layer \ in the protocol stack.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ether(5), frameRelay(10), invalid(13)  

nvmipAddressKeepAlive 1.3.6.1.4.1.335.1.4.5.13.1.5
NAME = ; DESC = This value determines if keepalives \ are sent over this interface.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmipAddressForwardBcast 1.3.6.1.4.1.335.1.4.5.13.1.6
NAME = ; DESC = This value determines if forward Broadcast \ is turned ON or OFF.; HELP = This value determines if broadcasts \ are forwarded.; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmipAddressUnumIf 1.3.6.1.4.1.335.1.4.5.13.1.7
NAME = ; DESC = This value determines if Unumbered IP \ is supported on this interface.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER unnumbered(1), numbered(2)  

nvmipAddressRoutProtType 1.3.6.1.4.1.335.1.4.5.13.1.8
NAME = ; DESC = This value determines the IP routing \ protocol on this interface. \ This object only supported enumerations of \ 'rip', 'passiveRip' and 'disable'; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER rip(1), ospf(2), passiveRip(3), disable(4)  

nvmipAddressNetMask 1.3.6.1.4.1.335.1.4.5.13.1.9
NAME = ; DESC = The subnet mask associated with the \ Ip address of this entry.; HELP = The value of the mask is an IP address with \ all the network bits set to 1 and all the \ hosts bits set to 0.; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmipAddressBcastAddr 1.3.6.1.4.1.335.1.4.5.13.1.10
NAME = ; DESC = The value of the least-significant bit in the IP\ broadcast address used for sending datagrams on the \ (logical) interface associated w/ IP addr of this entry.; HELP = when the Internet standard all-ones broadcast \ address is used, the value will be \ 1. This value applies to both the subnet & network \ broadcasts addresses used by the entity on this interface.; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmipAddressRowStatus 1.3.6.1.4.1.335.1.4.5.13.1.11
NAME = ; DESC = This value determines the state on \ which this interface is.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), destroy(2), active(3)  

nvmIPBootpRelayGroup 1.3.6.1.4.1.335.1.4.5.15
OBJECT IDENTIFIER    

nvmIPBootpRelay 1.3.6.1.4.1.335.1.4.5.15.1
NAME = ; DESC = The value of this object determines \ if the access device will relay Bootp \ packets. \ (Configuration); HELP = When the Bootp Relay is on, the access \ device can forward Bootp requests to \ servers on another network.; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

nvmIPBootpRelayServerAddr 1.3.6.1.4.1.335.1.4.5.15.2
NAME = ; DESC = The value of this object indicates the IP \ address to which Bootp relay agent will \ relay Bootp requests to. \ (Configuration); HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nvmIPBootpRelayHops 1.3.6.1.4.1.335.1.4.5.15.3
NAME = ; DESC = The value of this object indicates the \ number of hops a Bootp packet is allowed \ to make. \ (Configuration); HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..16  

mcmIpPingGroup 1.3.6.1.4.1.335.1.4.5.16.1
OBJECT IDENTIFIER    

mcmIpPingAction 1.3.6.1.4.1.335.1.4.5.16.1.1
NAME = ; DESC = This object invokes \ the ping commmand. ; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER ping(1)  

mcmIpPingAddress 1.3.6.1.4.1.335.1.4.5.16.1.2
NAME = ; DESC = The value of this object specifies \ the address to be pinged. ; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mcmIpPingStatus 1.3.6.1.4.1.335.1.4.5.16.1.3
NAME = ; DESC = The value of this object indicates \ the ping status. ; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER alive(1), destinationUnreachable(2), timeExceeded(3)  

mcmIpCntr 1.3.6.1.4.1.335.1.4.5.7
OBJECT IDENTIFIER    

mcmIpIfCntrZeroTable 1.3.6.1.4.1.335.1.4.5.7.1
NAME = ; DESC = ** NOTE:THIS TABLE IS OBSOLETE AND NO \ LONGER SUPPORTED IN RELEASE 3.0 AND \ BEYOND. \ A table that contains port-specific \ information for the MICOM Port Counter \ Zeroing.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McmIpIfCntrZeroEntry

mcmIpIfCntrZeroEntry 1.3.6.1.4.1.335.1.4.5.7.1.1
NAME = ; DESC = A list of information maintained by \ every port about the MICOM E-type Filter \ parameters for that port.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  McmIpIfCntrZeroEntry  

mcmIpIfCntrZeroIndex 1.3.6.1.4.1.335.1.4.5.7.1.1.1
NAME = ; DESC = The Index to which this entry pertains.; HELP = ; CAPABILITIES = ;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER  

mcmIpIfGrpCounterZero 1.3.6.1.4.1.335.1.4.5.7.1.1.2
NAME = ; DESC = When set to reset, the Interfaces Group \ Counters should be zeroed out.; HELP = ; CAPABILITIES = ;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER reset(1), other(2)  

mcmIpCntrGrp 1.3.6.1.4.1.335.1.4.5.7.2
OBJECT IDENTIFIER    

mcmIpGrpCounterZero 1.3.6.1.4.1.335.1.4.5.7.2.1
NAME = ; DESC = When set to reset, the IP Counters should \ be zeroed out.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER reset(1), other(2)  

mcmIcmpGrpCounterZero 1.3.6.1.4.1.335.1.4.5.7.2.2
NAME = ; DESC = When set to reset, the ICMP Counters \ should be zeroed out.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER reset(1), other(2)  

mcmTcpGrpCounterZero 1.3.6.1.4.1.335.1.4.5.7.2.3
NAME = ; DESC = When set to reset, the TCP Counters \ should be zeroed out.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER reset(1), other(2)  

mcmUdpGrpCounterZero 1.3.6.1.4.1.335.1.4.5.7.2.4
NAME = ; DESC = When set to reset, the UDP Counters \ should be zeroed out.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER reset(1), other(2)  

mcmSnmpGrpCounterZero 1.3.6.1.4.1.335.1.4.5.7.2.5
NAME = ; DESC = When set to reset, the SNMP Counters \ should be zeroed out.; HELP = ; CAPABILITIES = NET_CFG, VPN_CFG;
Status: obsolete Access: write-only
OBJECT-TYPE    
  INTEGER reset(1), other(2)  

mcmInverseArpTable 1.3.6.1.4.1.335.1.4.5.8
NAME = ; DESC = This table gives information \ on the status (enable/disable) of Inverse \ ARP for a protocol for a specific DLCI.; HELP = Inverse ARP is used to get the IP Address \ of the Core Router from the branch \ OSCAR using the Frame Relay DLCI NNumber \ that is used to connect to the Core Router.; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    McmInverseArpEntry

mcmInverseArpEntry 1.3.6.1.4.1.335.1.4.5.8.1
NAME = ; DESC = Inverse ARP for a DLCI for a protocol.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  McmInverseArpEntry  

mcmInverseArpIfIndex 1.3.6.1.4.1.335.1.4.5.8.1.1
NAME = ; DESC = The index value which uniquely identifies \ the interface to which this entry is applicable.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

mcmInverseArpProtocol 1.3.6.1.4.1.335.1.4.5.8.1.2
NAME = ; DESC = The protocol that is used for Auto-discovery of \ IP address.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

mcmInverseArpStatus 1.3.6.1.4.1.335.1.4.5.8.1.3
NAME = ; DESC = This tells weather InversArp is enabled or not.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

nvmInverseArpTable 1.3.6.1.4.1.335.1.4.5.9
NAME = ; DESC = This table gives information \ on the status (enable/disable) of Inverse \ ARP for a protocol for a specific DLCI.; HELP = Inverse ARP is used to get the IP Address \ of the Core Router from the branch \ OSCAR using the Frame Relay DLCI NNumber \ that is used to connect to the Core Router.; CAPABILITIES = NET_CFG, VPN_CFG;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NvmInverseArpEntry

nvmInverseArpEntry 1.3.6.1.4.1.335.1.4.5.9.1
NAME = ; DESC = Inverse ARP for a DLCI for a protocol.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NvmInverseArpEntry  

nvmInverseArpIfIndex 1.3.6.1.4.1.335.1.4.5.9.1.1
NAME = ; DESC = The index value which uniquely identifies \ the interface to which this entry is applicable.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

nvmInverseArpProtocol 1.3.6.1.4.1.335.1.4.5.9.1.2
NAME = ; DESC = The protocol that is used for Auto-discovery of \ IP address.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ip(1)  

nvmInverseArpStatus 1.3.6.1.4.1.335.1.4.5.9.1.3
NAME = ; DESC = This tells weather InversArp is enabled or not.; HELP = ; CAPABILITIES = ;
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)