IPGW-MIB

File: IPGW-MIB.mib (9802 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1212

Imported symbols

enterprises experimental IpAddress
TimeTicks Gauge Counter
DisplayString OBJECT-TYPE

Defined Types

IpgwCfgEntry  
SEQUENCE    
  ipgwCfgIndex INTEGER
  ipgwCfgLocalIpAdrs IpAddress
  ipgwCfgGatewayIpAdrs IpAddress
  ipgwCfgTrapDest INTEGER
  ipgwCfgGatewayNetMask IpAddress
  ipgwCfgEthnetFraming INTEGER
  ipgwCfgEthIfaceName DisplayString
  ipgwCfgDefMgmtStationIp IpAddress
  ipgwCfgDefCommStr DisplayString

IpgwCmdEntry  
SEQUENCE    
  ipgwCmdIndex INTEGER
  ipgwCmdMgtStationId OCTET STRING
  ipgwCmdReqId INTEGER
  ipgwCmdFunction INTEGER
  ipgwCmdForce INTEGER
  ipgwCmdParam OCTET STRING
  ipgwCmdResult INTEGER
  ipgwCmdCode INTEGER

IpgwTrapEnaEntry  
SEQUENCE    
  ipgwTrapEnaIndex INTEGER
  ipgwTrapEnaUiReset INTEGER

Defined Values

usr 1.3.6.1.4.1.429
OBJECT IDENTIFIER    

nas 1.3.6.1.4.1.429.1
OBJECT IDENTIFIER    

ipgw 1.3.6.1.4.1.429.1.13
OBJECT IDENTIFIER    

ipgwCfg 1.3.6.1.4.1.429.1.13.1
OBJECT IDENTIFIER    

ipgwCfgTable 1.3.6.1.4.1.429.1.13.1.1
The IP Gateway Card Configuration Table contains an entry for each of the manageable IP Gateway Card in the chassis. It contains objects that reflect the current configuration of parameters that affect the operation of all the entities that reside on the given card.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpgwCfgEntry

ipgwCfgEntry 1.3.6.1.4.1.429.1.13.1.1.1
There is one IP Gateway Card Configuration table entry per IP Gateway Card in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpgwCfgEntry  

ipgwCfgIndex 1.3.6.1.4.1.429.1.13.1.1.1.1
A unique value for each IP Gateway Card in the chassis. The value of ipgwCfgIndex matches the value of the index for the corresponding IP Gateway Card entity in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipgwCfgLocalIpAdrs 1.3.6.1.4.1.429.1.13.1.1.1.2
Specifies the local IP address used by the IP Gateway Card for management related access.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipgwCfgGatewayIpAdrs 1.3.6.1.4.1.429.1.13.1.1.1.3
Specifies the IP address of the gateway for the IP Gateway card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipgwCfgTrapDest 1.3.6.1.4.1.429.1.13.1.1.1.4
Specifies whether the IP Gateway Card sends SNMP traps to the NMC or only to its locally configured management stations. Default=local.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER nmc(1), local(2), both(3)  

ipgwCfgGatewayNetMask 1.3.6.1.4.1.429.1.13.1.1.1.5
Specifies the subnet mask for the IP Gateway Card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipgwCfgEthnetFraming 1.3.6.1.4.1.429.1.13.1.1.1.6
Specifies the type of ethernet framing used by the IP Gateway Card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER snap(1), dix(2)  

ipgwCfgEthIfaceName 1.3.6.1.4.1.429.1.13.1.1.1.7
Specifies the name of the ethernet interface that is to be used by the IP Gateway Card.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

ipgwCfgDefMgmtStationIp 1.3.6.1.4.1.429.1.13.1.1.1.8
IP address of a management station allowed to manage the IP Gateway Card. Used with the community string for management security. Default =0.0.0.0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

ipgwCfgDefCommStr 1.3.6.1.4.1.429.1.13.1.1.1.9
Specifies the default SNMP community string to be used by a management station in communicating with the IP Gateway Card. Used with the default management station IP address for management security access.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..32)  

ipgwCmd 1.3.6.1.4.1.429.1.13.3
OBJECT IDENTIFIER    

ipgwCmdTable 1.3.6.1.4.1.429.1.13.3.1
The IP Card Command table contains an entry for each of the manageable IP Gateway Card in the chassis. It provides a means through which to take specific actions on one or more IP Gateway cards in the NAS chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpgwCmdEntry

ipgwCmdEntry 1.3.6.1.4.1.429.1.13.3.1.1
There is one IP Gateway Card Command entry per IP Gateway Card in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpgwCmdEntry  

ipgwCmdIndex 1.3.6.1.4.1.429.1.13.3.1.1.1
A unique value for each IP Gateway Card in the chassis. The value of this object matches the value of the index of the correspond1ing IP Gateway Card's entry in the entity table of the chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipgwCmdMgtStationId 1.3.6.1.4.1.429.1.13.3.1.1.2
This object is a generic read-write variable that a Management Station (MS) can use to guarantee that the results from a given command are the results of a command issued by that specific MS. Each MS must SET a unique value to this object when doing commands and GET the value of this object together with ipgwCmdReqId and ipgwCmdResult to detect interference from other MSs.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..8)  

ipgwCmdReqId 1.3.6.1.4.1.429.1.13.3.1.1.3
This object contains the value of the request-id field in the SNMP PDU which invoked the current or most recent command or test on this IP Gateway Card. If the request-id is unknown or undefined, this object contains the value zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipgwCmdFunction 1.3.6.1.4.1.429.1.13.3.1.1.4
This object contains a value which describes the command which is being invoked.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noCommand(1), saveToNVRAM(2), restoreFromNVRAM(3), restoreFromDefault(4), nonDisruptSelfTest(5), disruptSelfTest(6), softwareReset(7), lanLoopBack(8), bulkfileUpload(9), bulkfileDownload(10)  

ipgwCmdForce 1.3.6.1.4.1.429.1.13.3.1.1.5
In some cases, the IP Gateway Card may be in a state such that certain commands could adversely affect connections. In such cases, a command request with this object not present or set to noForce will result in a warning. If the operator elects to ignore such warnings, this object can be set to force in a subsequent issue of the command to cause the command to be carried out regardless of its potentially hazzardous effects.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER force(1), noForce(2)  

ipgwCmdParam 1.3.6.1.4.1.429.1.13.3.1.1.6
This object contains parameters that are specific to the particular command being issued. In some cases, there will be no aditional parameters required.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

ipgwCmdResult 1.3.6.1.4.1.429.1.13.3.1.1.7
This object contains the result of the most recently requested command or test, or the value none(1) if no commands have been requested since the last reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), success(2), inProgress(3), notSupported(4), unAbleToRun(5), aborted(6), failed(7)  

ipgwCmdCode 1.3.6.1.4.1.429.1.13.3.1.1.8
The value of this object upon command completion indicates a further description of what went wrong if the command was unsuccessful. In the case of tests, a bit mapped result of each of the sub-tests performed can be found in the status table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER noError(1), unable(2), unrecognizedCommand(6), slotEmpty(8), noResponse(12), unsupportedCommand(20), deviceDisabled(22), testFailed(25), userInterfaceActive(58), pendingSoftwareDownload(73)  

ipgwTrap 1.3.6.1.4.1.429.1.13.4
OBJECT IDENTIFIER    

ipgwTrapEnaTable 1.3.6.1.4.1.429.1.13.4.1
Table containing objects to enable traps on the IP Gateway Cards in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpgwTrapEnaEntry

ipgwTrapEnaEntry 1.3.6.1.4.1.429.1.13.4.1.1
There is one entry for each IP Gateway Card in the chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpgwTrapEnaEntry  

ipgwTrapEnaIndex 1.3.6.1.4.1.429.1.13.4.1.1.1
A unique index identifying the IP Gateway Card to which the trap enable objects pertain.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipgwTrapEnaUiReset 1.3.6.1.4.1.429.1.13.4.1.1.2
Enables reporting of traps for card reset requests initiated from the Gateway NAC user interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)