CXCFG-IPX-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXCFG-IPX-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 cxCfgIpx 1.3.6.1.4.1.495.2.1.6.13.1
     cxCfgIpxNumClockTicksPerSecond 1.3.6.1.4.1.495.2.1.6.13.1.1 integer read-write
Identifies the number of clock ticks per second. Range of Values: None Default Value: The value is always 1
     cxCfgIpxPortTable 1.3.6.1.4.1.495.2.1.6.13.1.2 no-access
Provides configuration information for each IPX port. The table contains three default entries (rows); each row corresponds to a particular IPX port. Some of the values in a row can be modified. If more than three IPX ports are required, additional entries can be added.
         cxCfgIpxPortEntry 1.3.6.1.4.1.495.2.1.6.13.1.2.1 no-access
Provides configuration information for a particular IPX port. Some of the parameters can be modified.
             cxCfgIpxPort 1.3.6.1.4.1.495.2.1.6.13.1.2.1.1 integer read-only
Identifies the number of the IPX Port. The number is used as local index for this and the ipxStatsTable. Range of Values: From 1 to 32 Default Value: None Note: The system defines three default entries; their respective values are 1, 2, and 3.
             cxCfgIpxPortIfIndex 1.3.6.1.4.1.495.2.1.6.13.1.2.1.2 integer read-only
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
             cxCfgIpxPortSubnetworkSAPAlias 1.3.6.1.4.1.495.2.1.6.13.1.2.1.3 alias read-write
Determines the name which uniquely defines the cxCfgIpxPortSubnetworkSap. Range of Values: 0 to 16 alphanumeric characters. The first character must be a letter, spaces are not allowed. Default Values: None Note: The system defines three default entries; their respective values are LAN-PORT1, CNV-PORT1, and CNV-PORT2. Related Parameter: The object must be the same as cxLanIoPortAlias of the cxLanIoPortTable, and cxFwkDestAlias in cxFwkCircuitTable. Configuration Changed: Administrative
             cxCfgIpxPortState 1.3.6.1.4.1.495.2.1.6.13.1.2.1.4 integer read-write
Determines the initialization state of the IPX port. Options: on (1): The port is active, transmission is possible. off (2): The port is inactive, transmission is not possible. Default Values: (1) On. For LAN ports (2) Off. For convergence ports Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortRowStatus 1.3.6.1.4.1.495.2.1.6.13.1.2.1.5 integer read-write
Determines the status of the objects in a table row. Options: valid (1): Values are enabled. invalid (2): Row is flagged, after next reset the values will be disabled and the row will be deleted from the table. Default Value: (1) Valid. Values are enabled Configuration Changed: Administrative Enumeration: 'valid': 2, 'invalid': 1.
             cxCfgIpxPortTransportTime 1.3.6.1.4.1.495.2.1.6.13.1.2.1.6 integer read-write
Determines the transport time, in clock ticks, for LAN or WAN links. This value is set to 1 for LAN links. WAN links may have a value of 1 or higher. One clock tick is 55 ms. Range of Values: From 1 to 30 Default Value: 1 Configuration Changed: Administrative
             cxCfgIpxPortMaxHops 1.3.6.1.4.1.495.2.1.6.13.1.2.1.7 integer read-write
Determines the maximum number of hops a packet may take before it is discarded. Range of Values: From 1 to 16 Default Value: 16 Configuration Changed: Administrative
             cxCfgIpxPortIntNetNum 1.3.6.1.4.1.495.2.1.6.13.1.2.1.8 netnumber read-write
Determines the IPX internal network number associated with the port. The number must be entered as 8 hexadecimal characters, for example 0xAB12CD34. The x must be lowercase; the others are not case sensitive. Range of Values: 4 octets, each character ranging from 00 to FF Default Value: None Note: The system defines three default entries; their respective values are 00 00 00 0xa2, 00 00 00 0xf1, and 00 00 00 0xf2. Configuration Changed: Administrative
             cxCfgIpxPortPerSapBcast 1.3.6.1.4.1.495.2.1.6.13.1.2.1.9 integer read-write
Determines whether periodic SAP broadcasting is active. Options: On (1): SAP broadcasting is active, and the router sends periodic SAP broadcasts to advertise its services to other locally attached networks. Off (2): SAP broadcasting is inactive. Default Value: (1) Related parameter: The frequency of the broadcast is determined by cxCfgIpxPortPerSAPTxTimer. Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortPerRipBcast 1.3.6.1.4.1.495.2.1.6.13.1.2.1.10 integer read-write
Determines whether periodic RIP broadcasting is active. Options: on (1): RIP broadcasting is active, and the router sends periodic RIP broadcasts to advertise its services to other locally attached networks. off (2): RIP broadcasting is inactive. Default Value: on (1) Related Parameter: The frequency of the broadcast is determined by cxCfgIpxPortPerRipTxTimer. Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortSapBcast 1.3.6.1.4.1.495.2.1.6.13.1.2.1.11 integer read-write
Determines whether the port sends a SAP broadcast in response to a SAP query sent by another router. Options: on (1): The port will respond to SAP queries. off (2): The port will not respond to SAP queries. Default Value: on (1) Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortRipBcast 1.3.6.1.4.1.495.2.1.6.13.1.2.1.12 integer read-write
Determines whether the port sends a RIP broadcast in response to a RIP query sent by another router. When the value is set to on, the port responds to RIP queries. Options: On (1): The port will respond to RIP queries. Off (2): The port will not respond to RIP queries. Default Value: on (1) Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortDiagPackets 1.3.6.1.4.1.495.2.1.6.13.1.2.1.13 integer read-write
Determines whether the IPX port will respond to diagnostic packets. Options: On (1): The port will respond, and will transmit a diagnostic response packet. Off (2): The port will not respond. Default Value: off (2) Configuration Changed: Administrative. Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortPerRipTxTimer 1.3.6.1.4.1.495.2.1.6.13.1.2.1.14 integer read-write
Determines the length of time, in seconds, between periodic RIP broadcasts. Range of Values: From 1 to 3600 Default Value: 60 Configuration Changed: Administrative
             cxCfgIpxPortPerSapTxTimer 1.3.6.1.4.1.495.2.1.6.13.1.2.1.15 integer read-write
Determines the length of time, in seconds, between periodic SAP broadcasts. Range of Values: From 1 to 3600 Default Value: 60 Configuration Changed: Administrative
             cxCfgIpxPortRipAgeTimer 1.3.6.1.4.1.495.2.1.6.13.1.2.1.16 integer read-write
Determines the length of time, in seconds, that an entry can remain in the IPX port's RIP table without being updated. When the value (number of seconds) expires the entry in the RIP table is deleted. A value of 0 means aging is not used. Range of Values: From 1 to 3600 Default Value: 180 Configuration Changed: Administrative
             cxCfgIpxPortSapAgeTimer 1.3.6.1.4.1.495.2.1.6.13.1.2.1.17 integer read-write
Determines the length of time (aging), in seconds, that an entry can remain in the IPX port's SAP table without being updated. When the value (number of seconds) expires the entry in the SAP table is deleted. A value of 0 means aging is not used. Range of Values: From 1 to 3600 Default Value: 180 Configuration Changed: Administrative
             cxCfgIpxPortFrameType 1.3.6.1.4.1.495.2.1.6.13.1.2.1.18 integer read-write
Determines which type of framing is used for IPX header information. Framing refers to the way the header information is formatted. The format is determined by the destination IPX number. Upon receipt of data, the IPX router checks its address tables to determine which header format is used by the destination address. The first three options are used for LAN data; the fourth option is used for WAN (frame relay) destinations. Options: raw- 802-3 (1): Used for LAN data. ethernet-II (2): Used for LAN data. LLC-802-3 (3): Used for LAN data. snap (4): Used for WAN (frame relay). Default Value: raw- 802-3 (1) Configuration Changed: Administrative Enumeration: 'snap': 4, 'ethernet-II': 2, 'llc-802-2': 3, 'raw-802-3': 1.
             cxCfgIpxPortWatchSpoof 1.3.6.1.4.1.495.2.1.6.13.1.2.1.19 integer read-write
Determines whether IPX Watchdog Spoofing is enabled (on). IPX Watchdog Spoofing is a software technique that limits the number of IPX Watchdog frames that are sent over a WAN; the technique is intended to decrease the use of expensive WAN lines without disturbing overall network use. If IPX Watchdog Spoofing is desired, the remote peer must also have this parameter enabled. Options: on (1): IPX Watchdog Spoofing is enabled. off (2): IPX Watchdog Spoofing is disabled. Default Value: off (2) Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortSpxWatchSpoof 1.3.6.1.4.1.495.2.1.6.13.1.2.1.20 integer read-write
Determines whether SPX Watchdog Spoofing is enabled (on). SPX Watchdog Spoofing is a software technique that limits the number of SPX Watchdog frames that are sent over a WAN; the technique is intended to decrease the use of expensive WAN lines without disturbing overall network use. If SPX Watchdog Spoofing is desired, the remote peer must also have this parameter on. Options: On (1): SPX Watchdog Spoofing is enabled. Off (2): SPX Watchdog Spoofing is disabled. Default Value: off (2) Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortSerialSpoof 1.3.6.1.4.1.495.2.1.6.13.1.2.1.21 integer read-write
Determines whether Serialization Spoofing is (enabled) on. Serialization Spoofing is a software technique that limits the number of Serialization frames (they test the legal version of Novell software) that are sent over a WAN; the technique is intended to decrease the use of expensive WAN lines without disturbing overall network use. Options: on (1): Serialization Spoofing is enabled. off (2): Serialization Spoofing is disabled. Default Value: off (2) Configuration Changed: Administrative Enumeration: 'on': 1, 'off': 2.
             cxCfgIpxPortSRSupport 1.3.6.1.4.1.495.2.1.6.13.1.2.1.22 integer read-write
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 Enumeration: 'disabled': 2, 'enabled': 1.
     cxCfgIpxMibLevel 1.3.6.1.4.1.495.2.1.6.13.1.20 integer read-only
Used to determine current MIB module release supported by the agent. Object is in decimal.