CXCFG-IP-MIB

File: CXCFG-IP-MIB.mib (15568 bytes)

Imported modules

RFC1155-SMI RFC-1212 CXProduct-SMI

Imported symbols

Counter IpAddress OBJECT-TYPE
Alias cxCfgIpSap cxIcmp
cxCfgIp

Defined Types

CxCfgIpAddrEntry  
SEQUENCE    
  cxCfgIpAdEntAddr IpAddress
  cxCfgIpAdEntIfIndex INTEGER
  cxCfgIpAdEntNetMask IpAddress
  cxCfgIpAdEntBcastAddr INTEGER
  cxCfgIpAdEntSubnetworkSAPAlias Alias
  cxCfgIpAdEntRowStatus INTEGER
  cxCfgIpAdEntState INTEGER
  cxCfgIpAdEntPeerAddr IpAddress
  cxCfgIpAdEntRtProto INTEGER
  cxCfgIpAdEntMtu INTEGER
  cxCfgIpAdEntReplyToRARP INTEGER
  cxCfgIpAdEntSRSupport INTEGER

CxCfgIpPingEntry  
SEQUENCE    
  cxCfgIpPingIndex INTEGER
  cxCfgIpPingDestAddr IpAddress
  cxCfgIpPingGapsInMs INTEGER
  cxCfgIpPingNbOfPings INTEGER
  cxCfgIpPingDataSize INTEGER
  cxCfgIpPingRowStatus INTEGER
  cxCfgIpPingTriggerSend INTEGER
  cxCfgIpPingNbTx Counter
  cxCfgIpPingNbReplyRx Counter
  cxCfgIpPingNbErrorRx Counter
  cxCfgIpPingLastSeqNumRx Counter
  cxCfgIpPingLastRoundTripInMs Counter
  cxCfgIpPingAvgRoundTripInMs Counter
  cxCfgIpPingMinRoundTripInMs Counter
  cxCfgIpPingMaxRoundTripInMs Counter
  cxCfgIpPingLastNumHopsTraveled Counter

Defined Values

cxCfgIpAddrTable 1.3.6.1.4.1.495.2.1.6.15.1
Provides the configuration and addressing information for eachIP port. This information is used when a port binds to a physical port or a convergence port. The table contains one default entry (row) which can be modified. If more than one IP port is required, additional entries can be added.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CxCfgIpAddrEntry

cxCfgIpAddrEntry 1.3.6.1.4.1.495.2.1.6.15.1.1
Identifies the configuration and addressing information for a particular IP port. This information is used when the port binds to a physical port or a convergence port.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CxCfgIpAddrEntry  

cxCfgIpAdEntAddr 1.3.6.1.4.1.495.2.1.6.15.1.1.1
Determines the IP address assigned to a particular IP Port. The value of this address is used to index this row of the table. Range of Values: 4 integers, each one ranging from 0 to 255. Default Value: 00.00.00.00 Configuration Changed: Administrative.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

cxCfgIpAdEntIfIndex 1.3.6.1.4.1.495.2.1.6.15.1.1.2
Identifies the table row that contains configuration or monitoring objects for a specific type of physical interface. Range of Values: From 1 to the number of entries in the interface table. Default Value: None
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxCfgIpAdEntNetMask 1.3.6.1.4.1.495.2.1.6.15.1.1.3
Determines the subnet mask associated with this IP address. The mask defines which part of the IP address is the network and which part is the host. Range of Values: 4 integers, with the parts identifying the network set to 255 and the parts identifying the host set to 0. Default Value: 00.00.00.00. Configuration Changed: Administrative.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxCfgIpAdEntBcastAddr 1.3.6.1.4.1.495.2.1.6.15.1.1.4
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

cxCfgIpAdEntSubnetworkSAPAlias 1.3.6.1.4.1.495.2.1.6.15.1.1.5
Determines the name which uniquely identifies the cxCfgIpAdEntSubnetworkSAP. Range of Values: 0 to 16 alphanumeric characters. (Note that the first character must be a letter, spaces are not allowed). Default Value: LAN_PORT1 Related Parameters: If the IP port binds to a physical port, then the alias must match the alias defined in cxLanIoPortAlias of the cxLanIoPortTable; if the IP port binds to a convergence port, then the alias must match the port's alias defined in cxConvPortAlias of the cxConvTable. Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  Alias  

cxCfgIpAdEntRowStatus 1.3.6.1.4.1.495.2.1.6.15.1.1.6
Determines the status of the objects in a table row. Options: invalid (1): Row is flagged. After next reset the values will be disabled and the row will be deleted from the table. valid (2): Values are enabled. Default Value: (2) Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

cxCfgIpAdEntState 1.3.6.1.4.1.495.2.1.6.15.1.1.7
Determines whether the IP port is active or inactive. Options: On (1): The port is active, transmission is possible. Off (2): The port is inactive, transmission is not possible. OnEther (3): The Ethernet STP port will bind to this IP port. OnToken (4): The Token Ring STP port will bind to this IP port. Default Value: (1) Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2), onether(3), ontoken(4)  

cxCfgIpAdEntPeerAddr 1.3.6.1.4.1.495.2.1.6.15.1.1.8
Determines the IP address of the port's closest neighbor (the port that is one hop away). The object is only applicable if the IP port binds to a convergence port. On broadcast networks, this value can be void, i.e. 00.00.00.00. Range of Values: 4 integers, each one ranging from 0 to 255. Default Values: 00.00.00.00 Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxCfgIpAdEntRtProto 1.3.6.1.4.1.495.2.1.6.15.1.1.9
Determines which routing protocol the IP port is associated with. Options: none (1): No routing protocol is used rip (2): Routing Information Protocol (RIP). A distance vector routing protocol popular for routing IP. ospf (3): Open Shortest Path First (OSPF). A link state routing protocol used for routing IP. Default Value: rip (2) Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), rip(2), ospf(3)  

cxCfgIpAdEntMtu 1.3.6.1.4.1.495.2.1.6.15.1.1.10
Determines the size, in bytes, of the largest IP packet that can be sent or received at the IP layer. Packets that exceed this size are fragmented. This value should always be less than or equal to the sub-layer packet size. Range of Values: 64-4096 Default Value: 1600 Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 64..4096  

cxCfgIpAdEntReplyToRARP 1.3.6.1.4.1.495.2.1.6.15.1.1.11
Determines whether the port should reply a RARP request. Default Value: disabled (2) Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cxCfgIpAdEntSRSupport 1.3.6.1.4.1.495.2.1.6.15.1.1.12
Determines whether the port should support Source Routing packet. If it is enabled, the physical infterface of the port must be Token-Ring. If it is disabled, any Source Routing packet will be discarded. Default Value: disabled (2) Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cxCfgIpPingTable 1.3.6.1.4.1.495.2.1.6.11.1
Provides the configuration to perform an IP Ping. The table contains one default entry (row) which can be modified.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CxCfgIpPingEntry

cxCfgIpPingEntry 1.3.6.1.4.1.495.2.1.6.11.1.1
Identifies the configuration of a Ping table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CxCfgIpPingEntry  

cxCfgIpPingIndex 1.3.6.1.4.1.495.2.1.6.11.1.1.1
Determines the number used to index the Ping entry table. Range of Values: From 1 - 32 Default Value: None Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..32  

cxCfgIpPingDestAddr 1.3.6.1.4.1.495.2.1.6.11.1.1.2
The Destination IP Address, a unique IP number. Default Value: None
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxCfgIpPingGapsInMs 1.3.6.1.4.1.495.2.1.6.11.1.1.3
Gaps in Tenths of a second between ping frames. Range of Values: From 1 to 1000 Default Value: 10
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1000  

cxCfgIpPingNbOfPings 1.3.6.1.4.1.495.2.1.6.11.1.1.4
Number of Ping frames to send. A value of 0, means run infinitely. Range of Values: From 0 to 4,000,000 Default Value: 1
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..4000000  

cxCfgIpPingDataSize 1.3.6.1.4.1.495.2.1.6.11.1.1.5
Size of data packet to send in the IP Ping frame. Range of Values: From 1 to 300 Default Value: 64
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..300  

cxCfgIpPingRowStatus 1.3.6.1.4.1.495.2.1.6.11.1.1.10
Determines the status of the objects in a table row. Options: invalid (1): Row is flagged. After next reset the values will be disabled and the row will be deleted from the table. valid (2): Values are enabled. Default Value: (2) Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

cxCfgIpPingTriggerSend 1.3.6.1.4.1.495.2.1.6.11.1.1.11
The parameter that triggers whether Pings are sent out. Options: ipIdle (1): No Pings are sent ipSend (2): The counter is set to zero and Pings are sent Default Value: ipIdle (1)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ipIdle(1), ipSend(2)  

cxCfgIpPingNbTx 1.3.6.1.4.1.495.2.1.6.11.1.1.20
The number of Ping frames transmitted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingNbReplyRx 1.3.6.1.4.1.495.2.1.6.11.1.1.21
The number of positive Ping replies received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingNbErrorRx 1.3.6.1.4.1.495.2.1.6.11.1.1.22
The number of error replies received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingLastSeqNumRx 1.3.6.1.4.1.495.2.1.6.11.1.1.23
The sequence of the last Ping frame received.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingLastRoundTripInMs 1.3.6.1.4.1.495.2.1.6.11.1.1.24
The time elapsed in milliseconds for the round trip of the last Ping frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingAvgRoundTripInMs 1.3.6.1.4.1.495.2.1.6.11.1.1.25
The average time spent in ms for the round trips of the each Ping frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingMinRoundTripInMs 1.3.6.1.4.1.495.2.1.6.11.1.1.26
The minimum time spent in ms for a round trips of a Ping frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingMaxRoundTripInMs 1.3.6.1.4.1.495.2.1.6.11.1.1.27
The maximum time spent in ms for a round trips of a Ping frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpPingLastNumHopsTraveled 1.3.6.1.4.1.495.2.1.6.11.1.1.28
The number of hops traveled counter for the last Ping frame.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

cxCfgIpRIP 1.3.6.1.4.1.495.2.1.6.16.1
Determines whether RIP is enabled or disabled on this router. Options: on (1): RIP enabled off (2): RIP disabled Default Value: on Configuration Changed: administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

cxCfgRIPII 1.3.6.1.4.1.495.2.1.6.16.2
Determines whether RIP-2 is enabled or disabled on this router. RIP-2 can only be enabled, if RIP is also enabled. Options: on (1): RIP-2 enabled off (2): RIP-2 disabled Default Value: on (1) Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

cxCfgIpMibLevel 1.3.6.1.4.1.495.2.1.6.16.3
Used to determine current MIB module release supported by the agent. Object is in decimal.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER