NETWORTH-FASTPIPES-MIB

File: NETWORTH-FASTPIPES-MIB.mib (26052 bytes)

Imported modules

RFC1155-SMI RFC1213-MIB RFC-1215
RFC-1212

Imported symbols

enterprises IpAddress DisplayString
TRAP-TYPE OBJECT-TYPE

Defined Types

NwfpEthernetEntry  
SEQUENCE    
  nwfpIfIndex INTEGER
  nwfpBOOTPrequestFlag INTEGER

NwfpPowerSupplyEntry  
SEQUENCE    
  nwfpPowerSupplyIndex INTEGER
  nwfpPowerSupplyStatus INTEGER

NwfpFanEntry  
SEQUENCE    
  nwfpFanIndex INTEGER
  nwfpFanStatus INTEGER

Defined Values

networth 1.3.6.1.4.1.215
OBJECT IDENTIFIER    

networthProducts 1.3.6.1.4.1.215.1
OBJECT IDENTIFIER    

networthInternetworking 1.3.6.1.4.1.215.1.2
OBJECT IDENTIFIER    

nwFastPipes 1.3.6.1.4.1.215.1.2.2
OBJECT IDENTIFIER    

nwfpProductType 1.3.6.1.4.1.215.1.2.2.1
The switch product type based on whether the switch is modular or nonmodular, has one of four uplinks or none, and has routing or not. The product types are: Modular with no Uplink and no Routing Modular with no Uplink and Routing Modular with FDDI Uplink and no Routing Modular with FDDI Uplink and Routing Modular with ATM Uplink and no Routing Modular with ATM Uplink and Routing Modular with 100BT Uplink and no Routing Modular with 100BT Uplink and Routing Modular with 100VG Uplink and no Routing Modular with 100VG Uplink and Routing NonModular with no Uplink and no Routing NonModular with no Uplink and Routing NonModular with FDDI Uplink and no Routing NonModular with FDDI Uplink and Routing NonModular with ATM Uplink and no Routing NonModular with ATM Uplink and Routing NonModular with 100BT Uplink and no Routing NonModular with 100BT Uplink and Routing NonModular with 100VG Uplink and no Routing NonModular with 100VG Uplink and Routing
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpReset 1.3.6.1.4.1.215.1.2.2.2
Setting this object to reset(2) will cause the FastPipes to perform a hardware reset within approximately 5 seconds. Setting this object to reset-and-erase-config(3) will cause the switch to perform a hardware reset to all config values stored in nvram to default values within approximately 5 seconds. Setting this object to no-reset(1) will have no effect. The value no-reset(1) will be returned whenever this object is retrieved. The primary purpose for including this variable in the FastPipes MIB is to allow SNMP managers to modify the operational mode of the FastPipes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no-reset(1), reset(2), reset-and-erase-config(3)  

nwfpCurrentSoftwareVersion 1.3.6.1.4.1.215.1.2.2.3
The version of software currently running on the switch. The version is specified in ASCII format
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..15)  

nwfpFutureSoftwareVersion 1.3.6.1.4.1.215.1.2.2.4
The version of software the switch will run after the next reset. If this variable is different than nwfpCurrentSoftwareVersion, the switch will request a download for the new software the next time the switch is reset (as in setting the variable nwfpReset or power cycling the unit). The version should be specified as an ASCII string.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

nwfpTFTPServerIPAddress 1.3.6.1.4.1.215.1.2.2.5
The IP address of the TFTP Server to which the FastPipes will send its next TFTP request.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

nwfpCurrentUplinkSoftwareVers 1.3.6.1.4.1.215.1.2.2.6
The version of software currently running on the switch's Uplink Card. The version is an ASCI string of the form.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..15)  

nwfpFutureUplinkSoftwareVers 1.3.6.1.4.1.215.1.2.2.7
The version of software the switch's Uplink Card will run after the next reset. If this variable is different than nwfpCurrentUplinkSoftwareVers, the switch will request a download for the new software the next time the switch is reset (as in setting the variable nwfpReset or power cycling the unit). The version should be specified as an ASCII string.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

nwfpLastFailureReason 1.3.6.1.4.1.215.1.2.2.8
The last error that caused a switch failure. A value of zero (0) indicates that there has not been a switch failure since the nvram was last erased. A non-zero value indicates the reason for the last switch failure. A normal switch reset or power cycle will not change the value of this variable (it will still indicate the reason for the last known failure).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpEEPROMVersion 1.3.6.1.4.1.215.1.2.2.9
The hardware EEPROM version. The string 'unknown' is returned if the value is not known.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpManufactureDate 1.3.6.1.4.1.215.1.2.2.10
The hardware manufacture date. The string 'unknown' is returned if the value is not known.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpAuthErrIPaddress 1.3.6.1.4.1.215.1.2.2.11
The IP address of the device that sent the SNMP packet that caused an authentication error trap to be issued by the switch.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nwfpRAMsize 1.3.6.1.4.1.215.1.2.2.12
The size of RAM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER one-MB(1), two-MB(2), four-MB(4), eight-MB(8)  

nwfpEthernetTable 1.3.6.1.4.1.215.1.2.2.13
A table of ethernet-port-specific information for the FastPipes. This table augments the Ethernet RFC1398 MIB.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NwfpEthernetEntry

nwfpEthernetEntry 1.3.6.1.4.1.215.1.2.2.13.1
A list of information for every ethernet interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NwfpEthernetEntry  

nwfpIfIndex 1.3.6.1.4.1.215.1.2.2.13.1.1
Ethernet interface number that corresponds to the ifIndex value in mib-2.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..12  

nwfpBOOTPrequestFlag 1.3.6.1.4.1.215.1.2.2.13.1.2
This flag determines whether this ethernet interface will send a BOOTP request. When booting, the FastPipes will broadcast a BOOTP request from the lowest ethernet interface with this value enabled(1). If that BOOTP request fails, the FastPipes will broadcast another BOOTP request from the next ethernet interface with this value enabled(1). At least one ethernet interface must have this value enabled(1) or BOOTP will not work.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

nwfpBOOTPServerIPAddress 1.3.6.1.4.1.215.1.2.2.18
The IP address of the BOOTP Server that responded to the FastPipes's BOOTP request.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

nwfpBOOTPEthernetIF 1.3.6.1.4.1.215.1.2.2.19
The Ethernet interface number that successfully completed the BOOTP interaction.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpUplinkSoftwarePath 1.3.6.1.4.1.215.1.2.2.20
The path to the switch software file. Following this path will reveal the actual version of the file.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

nwfpSerialNumber 1.3.6.1.4.1.215.1.2.2.21
The hardware serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpConfiguration 1.3.6.1.4.1.215.1.2.2.22
This object returns the type of base module that is being queried.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER fsp12(500), fsp6(501), fsp11(502), fsp12fx(503), fsp6fl(504)  

nwfpUpLinkEEPROMVersion 1.3.6.1.4.1.215.1.2.2.23
The uplink EEPROM version. The string 'unknown' is returned if the value is not known.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpUpLinkManufactureDate 1.3.6.1.4.1.215.1.2.2.24
The uplink manufacture date. The string 'unknown' is returned if the value is not known.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpUpLinkSerialNumber 1.3.6.1.4.1.215.1.2.2.25
The uplink serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..32)  

nwfpUpLinkConfiguration 1.3.6.1.4.1.215.1.2.2.26
This object returns the type of HSSP (Uplink) module that is in the base unit.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), fddi-fiber-das(2), fddi-fiber-sas(3), fddi-tppmd-sas(4), ethernet-100mbps-t4(5), ethernet-100mbps-tx(6), ethernet-100mbps-fx(7), atm(8)  

nwfpSoftwarePath 1.3.6.1.4.1.215.1.2.2.27
The path to the switch software file. Following this path will reveal the actual version of the file.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

nwfpCurrentBooterSoftwareVersion 1.3.6.1.4.1.215.1.2.2.28
The version of Booter software currently running on the switch. The version is an ASCII string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..15)  

nwfpFutureBooterSoftwareVersion 1.3.6.1.4.1.215.1.2.2.29
The version of Booter software the switch will run after the next reset. If this variable is different than nwfpCurrentSoftwareVersion, the switch will request a download for the new software the next time the switch is reset (as in setting the variable nwfpReset or power cycling the unit). The version is an ASCII string.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..15)  

nwfpBooterSoftwarePath 1.3.6.1.4.1.215.1.2.2.30
The path to the Booter software file. Following this path will reveal the actual version of the file.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

nwfpSaveConfig 1.3.6.1.4.1.215.1.2.2.31
This object allows the user to permanently save configuration parameters into the NVRAM of a managed device. It can only be written with save-all(2). Writing this object with config-info-saved(1) has no effect. Setting this object to save-all(2) will save all configuration info changed into the NVRAM. Reading this object will normally return config-info-saved(1) if the previous save operation is successful. It will return the value set when the previous set operation failed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER config-info-saved(1), save-all(2)  

nwfpFddiIPFrag 1.3.6.1.4.1.215.1.2.2.32
When on(2), the FastPipes FDDI Uplink will perform IP fragmentation. When off(1), IP fragmentation is not done and FDDI frames containing IP information that exceed the Ethernet maximum frame size will be dropped. Default mode is on(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

nwfpFddiToEthIPTrans 1.3.6.1.4.1.215.1.2.2.33
This attribute defines how FDDI frames containing IP packets get translated into Ethernet frames. When automatic(3) mode is selected, then FDDI frames are translated either in 802.3 RAW or ethernet-ii frames, depending on the FDDI frame format (FDDI SNAP frames are translated into ethernet-ii frames and FDDI 802.2 frames are translated into 802.3 RAW frames). When ethernet-802-3-RAW(2) mode is selected, all FDDI frames are translated into 802.3 RAW frames. When ethernet-ii(1) mode is selected, all FDDI frames are translated into ethernet-ii frames. Default mode is automatic(3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet-ii(1), ethernet-802-3-RAW(2), automatic(3)  

nwfpFddiSNAPToEthIPXTrans 1.3.6.1.4.1.215.1.2.2.34
This attribute defines how incoming FDDI SNAP frames containing IPX information are translated into ethernet frames. When ethernet-ii(1) mode is selected, then, the incoming FDDI SNAP frames are translated into ethernet-ii frames. When ieee8022snap(2) is selected, then the incoming FDDI SNAP frames are translated into ethernet SNAP frames. Default mode is ethernet-ii(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet-ii(1), ieee8022snap(2)  

nwfpFddi8022ToEthIPXTrans 1.3.6.1.4.1.215.1.2.2.35
This attribute defines how incoming FDDI 802.2 frames containing IPX information are translated into ethernet frames. When the 802-3-Raw(1) mode is selected, then, incoming FDDI 802.2 frames are translated into 802.3 Raw format. When the 802-2(2) format is selected, then incoming FDDI 802.2 frames are translated into 802.2 frames. Default mode is 802-3-Raw(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet-802-3-RAW(1), ieee8022(2)  

nwfpFddiLocTrafFiltering 1.3.6.1.4.1.215.1.2.2.36
Defines whether or not traffic local to the FDDI network the FastPipes is connected to is filtered or not (i.e not forwarded to the FastPipes switch process). The default is on(2)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

nwfpSpanningTreeEnable 1.3.6.1.4.1.215.1.2.2.37
When set to enable(1), the FastPipes will run the Spanning Tree Protocol (STP). When set to disable(2), the FastPipes will not run STP. Default value is enable(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

nwfpTpFdbMaxSize 1.3.6.1.4.1.215.1.2.2.38
Gives the maximum number of entries that the forwarding data base may have
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpTpFdbNbEntriesUsed 1.3.6.1.4.1.215.1.2.2.39
Gives the number of entries currently existing in the forwarding data base.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpEthIPX8023ToFddiTrans 1.3.6.1.4.1.215.1.2.2.40
When set to ieee8022(2), an LLC header is added to the FDDI frame, between the MAC header and the IPX header. When set to ethernet-802-3-RAW(1), 802.3 raw packet format will be used in performing packet translation. The default mode is ethernet-802-3-RAW(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER ethernet-802-3-RAW(1), ieee8022(2)  

nwfpPowerSupplyNumber 1.3.6.1.4.1.215.1.2.2.41
The number of system power supplies installed (regardless of their current state) in the FastPipe product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpPowerSupplyTable 1.3.6.1.4.1.215.1.2.2.42
A table of system power supply specific information for the FastPipes.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NwfpPowerSupplyEntry

nwfpPowerSupplyEntry 1.3.6.1.4.1.215.1.2.2.42.1
A list of information for every power supply installed
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NwfpPowerSupplyEntry  

nwfpPowerSupplyIndex 1.3.6.1.4.1.215.1.2.2.42.1.1
A unique value for each power supply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpPowerSupplyStatus 1.3.6.1.4.1.215.1.2.2.42.1.2
The status of the power supply. The value good(1) is returned if the power supply identified by nwfpPowerSupplyIndex is running properly. The value bad(2) is returned if the power supply identified by nwfpPowerSupplyIndex has failed to operate properly but has been inserted into the slot. This will include an inserted power supply with no power. The value na(3) is returned if the power supply has not been inserted into the slot.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER good(1), bad(2), na(3)  

nwfpFanNumber 1.3.6.1.4.1.215.1.2.2.43
The number of system fans installed (regardless of their current state) in the FastPipe product.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpFanTable 1.3.6.1.4.1.215.1.2.2.44
A table of system fan specific information for the FastPipes.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NwfpFanEntry

nwfpFanEntry 1.3.6.1.4.1.215.1.2.2.44.1
A list of information for every fans installed
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NwfpFanEntry  

nwfpFanIndex 1.3.6.1.4.1.215.1.2.2.44.1.1
A unique value for each fan. Its value ranges between 1 and the value of nwfpFanNumber.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwfpFanStatus 1.3.6.1.4.1.215.1.2.2.44.1.2
The status of the system fan. The value good(1) is returned if the fan identified by nwfpFanIndex is running properly. The value bad(2) is returned if the fan identified by nwfpFanIndex has failed to operate properly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER good(1), bad(2)  

nwfpMonitorPort 1.3.6.1.4.1.215.1.2.2.45
The index value of a port which will receive all traffic from the ports specified in the nwfpMonitorSource bitmask. Acceptable values are 1 to Max port number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nwfpMonitorSource 1.3.6.1.4.1.215.1.2.2.46
A bitmask of the port numbers to monitor. This bitmask (which must not include the port number used for nwfpMonitorPort) specifies which ports are to be monitored. Traffic sent to the ports specified in this bitmask will also be sent to nwfpMonitorPort. Bit 0 in the bitmask corresponds to port 1, bit 1 corresponds to port 2, and so on. The greater the number of ports specified in the bitmask, the lower the integrity of information to the monitoring port. i.e. the more ports monitored, the greater the probability of lost data.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nwfpMonitorPortStatus 1.3.6.1.4.1.215.1.2.2.47
Status value of RMON monitoring. When set to disabled the port specified in nwfpMonitorPort will not receive monitored data. When set to enabled the port will begin recieving data from the ports specified in nwfpMonitorSource.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

nwfpPowerSupplyDown 11
A nwfpPowerSupplyDown trap signifies that a system power supply has stopped running. This trap will only be generated when the system power supply changes its operational state from up to down due to internal failure.
TRAP-TYPE    

nwfpPowerSupplyUp 12
A nwfpPowerSupplyUp trap signifies that a system power supply is up and running. This trap will only be generated when the system power supply changes its operational state from down to up.
TRAP-TYPE    

nwfpfanDown 13
A nwfpfanDown trap signifies that a system fan has stopped running. This trap will only be generated when the system fan changes its operational state from up to down due to internal failure.
TRAP-TYPE    

nwfpfanUp 14
A nwfpfanUp trap signifies that a system fan is up and running. This trap will only be generated when the system fan changes its operational state from down to up.
TRAP-TYPE