ROUTER-OPT-MIB: View SNMP OID List / Download MIB

VENDOR: CODEX


 Home MIB: ROUTER-OPT-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
 codex 1.3.6.1.4.1.449
         cdxProductSpecific 1.3.6.1.4.1.449.2
             cdx6500 1.3.6.1.4.1.449.2.1
                 cdx6500Configuration 1.3.6.1.4.1.449.2.1.2
                     cdx6500CfgProtocolGroup 1.3.6.1.4.1.449.2.1.2.1
                         cdx6500PCTRouterGroup 1.3.6.1.4.1.449.2.1.2.1.5
                             cdx6500PCTRarpCacheTable 1.3.6.1.4.1.449.2.1.2.1.5.1 no-access
ARP Cache Configuration Table.
                                 cdx6500PCTRarpCacheEntry 1.3.6.1.4.1.449.2.1.2.1.5.1.1 no-access
A row of IP configurables
                                     cdx6500PCTRarpCacheIndex 1.3.6.1.4.1.449.2.1.2.1.5.1.1.1 integer read-only
Table Index.
                                     cdx6500PCTRarpCacheIfNum 1.3.6.1.4.1.449.2.1.2.1.5.1.1.2 integer read-write
Interface Number. This must be a router Interface Number as assigned in the Interface Configuration Table (cdx6500PCTRifConfTable) entry.
                                     cdx6500PCTRarpCacheProtocol 1.3.6.1.4.1.449.2.1.2.1.5.1.1.3 integer read-write
Protocol Type. This identifies one of the routing protocols supported by the router. newvalIp : same functionality as 'ip', new enumeration added for RFC1155 compatibility. Enumeration: 'ip': 0, 'ipx': 7, 'appleTalk': 22, 'newvalIp': 50.
                                     cdx6500PCTRarpCacheProtocolAd 1.3.6.1.4.1.449.2.1.2.1.5.1.1.4 ipaddress read-write
IP Address. The IP address of a particular host on the attached network identified by the Interface Number.
                                     cdx6500PCTRarpCacheMacAd 1.3.6.1.4.1.449.2.1.2.1.5.1.1.5 macaddress read-write
MAC Address.The hardware MAC address of the host with the IP Address of this entry.
                             cdx6500PCTRarpParamAutoRef 1.3.6.1.4.1.449.2.1.2.1.5.2 integer read-write
Auto-Refresh. Enables/Disables the routers capacity to send an ARP request based on the entry in the translation cache before the refresh timer expires. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRarpParamRefTime 1.3.6.1.4.1.449.2.1.2.1.5.3 integer read-write
Refresh Timeout. Changes the timeout value (in minutes) for the refresh timer. A setting of 0 turns off (disables) the refresh timer.
                             cdx6500PCTRarpParamUseTime 1.3.6.1.4.1.449.2.1.2.1.5.4 integer read-write
Usage Timeout. Changes the timeout value (in minutes) for the usage timer. A setting of 0 turns off (disables) the usage timer.
                             cdx6500PCTRarpParamProxy 1.3.6.1.4.1.449.2.1.2.1.5.5 integer read-write
Proxy ARP. Enables the router to respond as proxy for hosts on different nets reachable from the router. Normal ARP operation calls for hosts to send an ARP request only for destinations that are on the same IP network (or subnetwork) as the requester. Some IP hosts, however, ARP even for off-network IP destination hosts. This parameter enables the router to respond as a proxy for such off-network hosts, causing the source to properly send off-network packets to the router. The router will respond only if the destination network/subnetwork is in its IP Routing Table. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRarpParamProxySub 1.3.6.1.4.1.449.2.1.2.1.5.6 integer read-write
Proxy ARP Subnets Only. Enables the router to respond as a proxy for hosts on different subnets of the same top-level IP net as the ARP requester. This is a subset of the operation controlled with the Proxy ARP parameter. The router will respond only for a reachable destination subnet,i.e. one which is in its IP Routing Table. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRaccControlTable 1.3.6.1.4.1.449.2.1.2.1.5.7 no-access
IP Access Control Table.
                                 cdx6500PCTRaccControlEntry 1.3.6.1.4.1.449.2.1.2.1.5.7.1 no-access
A row of IP configurables.
                                     cdx6500PCTRaccControlIndex 1.3.6.1.4.1.449.2.1.2.1.5.7.1.1 integer read-only
Table Index.
                                     cdx6500PCTRaccControlType 1.3.6.1.4.1.449.2.1.2.1.5.7.1.2 integer read-write
Access Type. Each received IP packet is compared with all Access Control list entries in order of Entry number. If the first matching Access Control Entry is include, the packet is forwarded. If the entry is exclude, the packet is dropped. If no matching entry is found, the packet is dropped. An entry matches a packet when the source IP address, destination IP address, IP Protocol number range and TCP/UDP port number range all match the packet. newvalExcluded : same functionality as 'excluded', new enumeration added for RFC1155 compatibility. Enumeration: 'included': 1, 'newvalExcluded': 50, 'excluded': 0.
                                     cdx6500PCTRaccControlSrcAd 1.3.6.1.4.1.449.2.1.2.1.5.7.1.3 ipaddress read-write
Source Address. IP source address to compare against a packet. An IP packet's source IP address field matches an Access Control entry when the result of logically AND-ing it with the Source Mask field equals the Source Address field. A Source Address field of 0.0.0.0 with a Source Mask field of 0.0.0.0 matches any source IP address in the packet.
                                     cdx6500PCTRaccControlSrcMask 1.3.6.1.4.1.449.2.1.2.1.5.7.1.4 ipaddress read-write
Address Mask. Address mask to be applied to a received source IP address. An address is logically AND-ed with the mask and compared with the Source Address. For example, a mask of 255.0.0.0 with a result of 129.0.0.0 will match any address with 129 in the first byte. A mask of 255.255.255.255 with a result of 129.122.3.26 matches only the IP host 129.122.3.26. A mask of 0.0.0.0 with a result of 0.0.0.0 is a wild card, and matches any IP address.
                                     cdx6500PCTRaccControlDstAd 1.3.6.1.4.1.449.2.1.2.1.5.7.1.5 ipaddress read-write
Destination Address. IP destination address in dotted notation. An IP packet's destination IP address field matches an Access Control entry when the result of logically AND-ing it with the Destination Mask field equals the Destination Address field. A Destination Address field of 0.0.0.0 with a Destination Mask field of 0.0.0.0 matches any destination IP address in the packet.
                                     cdx6500PCTRaccControlDstMask 1.3.6.1.4.1.449.2.1.2.1.5.7.1.6 ipaddress read-write
Address Mask. Address mask in dotted notation to be applied to an IP packet's destination address. The packet destination IP address is logically AND-ed with the Destination Mask field and compared with the Destination Address field. For example, a mask of 255.0.0.0 with a result of 129.0.0.0 will match any address with 129 in the first byte. A mask of 255.255.255.255 with a result of 126.122.3.26 matches only the IP host 129.122.3.26. A mask of 0.0.0.0 with a result of 0.0.0.0 is a wild card, and matches any IP address.
                                     cdx6500PCTRaccControlFstProt 1.3.6.1.4.1.449.2.1.2.1.5.7.1.7 integer read-write
First Protocol. This decimal number corresponds to the protocol byte in the IP header. A packet with an IP protocol byte between the First Protocol value and Last Protocol value, inclusive, will match the entry. The First Protocol value must be less than or equal to the Last Protocol field value. A First Protocol of 0 and a Last Protocol of 255 will match all IP packets. Commonly used IP protocol numbers are 1 for ICMP, 6 for TCP, 8 for EGP, 17 for UDP and 89 for OSPF.
                                     cdx6500PCTRaccControlLstProt 1.3.6.1.4.1.449.2.1.2.1.5.7.1.8 integer read-write
Last Protocol. This decimal number corresponds to the protocol byte in the IP header.A packet with a protocol value in the specified range will match. This parameter defines the upper value of this range, and must be greater than or equal to the First Protocol field value. A Protocol range of 0 to 255 will match all IP packets. Commonly used protocol numbers are 1 for ICMP, 6 for TCP, 8 for EGP, 17 for UDP and 89 for OSPF.
                                     cdx6500PCTRaccControlFstPort 1.3.6.1.4.1.449.2.1.2.1.5.7.1.9 integer read-write
First Port. This decimal number corresponds to a UDP or TCP port number.A UDP or TCP packet will match an Access Control Entry when its UDP/TCP port number is at or above the entry's First Port value, and at or below the Last Port value. An entry with a First Port value of 0 and a Last Port value of 65535 will match all packets. Commonly used port numbers are 21 for FTP, 23 for Telnet, 25 for SMTP, 513 for rlogin, 520 for RIP, and 600 for X.
                                     cdx6500PCTRaccControlLstPort 1.3.6.1.4.1.449.2.1.2.1.5.7.1.10 integer read-write
Last Port. This decimal number corresponds to a UDP or TCP port number. A UDP or TCP packet will match an Access Control Entry when its UDP/TCP port number is at or above the entry's First Port value, and at or below the Last Port value. An entry with a First Port value of 0 and a Last Port value of 65535 will match all packets. Commonly used port numbers are 21 for FTP, 23 for Telnet, 25 for SMTP, 513 for rlogin, 520 for RIP, and 600 for X.
                                     cdx6500PCTRaccControlSrcPort 1.3.6.1.4.1.449.2.1.2.1.5.7.1.11 displaystring read-only
Source Port Range. This specifies the range (or set of ranges) of port numbers to which the packet's source socket number is compared. A range of 0-65535 will match all packets.A maximum of 8 ranges are permitted to be configured in this list.
                                     cdx6500PCTRaccControlDstPort 1.3.6.1.4.1.449.2.1.2.1.5.7.1.12 displaystring read-only
Destination Port Range. This specifies the range (or set of ranges) of port numbers to which the packet's destination socket number is compared. A range of 0-65535 will match all packets.A maximum of 8 ranges are permitted to be configured in this list.
                                     cdx6500PCTRaccControlInIniface 1.3.6.1.4.1.449.2.1.2.1.5.7.1.13 displaystring read-only
Inbound Interface List. This parameter specifies a list of interfaces. The filter is applied to packets received on these interfaces. A maximum of 8 ranges are permitted to be configured in this list : the list may be extended by configuring new entries with the same flow definitions. Ex: 1,5,7-10,20-25,31 ALL : This option is a wildcard used to match all interfaces. NONE : This indicates that the filter action will not be applied on any interface. INT : This option is a wild card entry used to match internally generated traffic such as Ping, Telnet, SNMP, SOTCP. ALL-PLUS-INT : This option is a wild card entry used to match all interfaces and internally generated traffic.
                                     cdx6500PCTRaccControlOutIniface 1.3.6.1.4.1.449.2.1.2.1.5.7.1.14 displaystring read-only
Outbound Interface List. This parameter specifies a list of interfaces. The filter is applied to packets sent on these interfaces. A maximum of 8 ranges are permitted to be configured in this list : the list may be extended by configuring new entries with the same flow definitions. Ex: 1,5,7-10,20-25,31 ALL : This option is a wildcard used to match all interfaces. NONE : This indicates that the filter action will not be applied on any interface.
                                     cdx6500PCTRaccControlInLcon 1.3.6.1.4.1.449.2.1.2.1.5.7.1.15 displaystring read-only
Inbound LCON List. This parameter specifies a list of LCONS. The filter is applied to packets received on these LCONs. A maximum of 8 ranges are permitted to be configured in this list : the list may be extended by configuring new entries with the same flow definitions. Ex: 1,5,7-10,20-25,31 ALL : This option is a wildcard used to match all LCONs. NONE : This indicates that the filter action will not be applied on any LCON.
                                     cdx6500PCTRaccControlOutLcon 1.3.6.1.4.1.449.2.1.2.1.5.7.1.16 displaystring read-only
Outbound LCON List. This parameter specifies a list of LCONS. The filter is applied to packets sent on these LCONs. A maximum of 8 ranges are permitted to be configured in this list : the list may be extended by configuring new entries with the same flow definitions. Ex: 1,5,7-10,20-25,31 ALL : This option is a wildcard used to match all LCONs. NONE : This indicates that the filter action will not be applied on any LCON.
                             cdx6500PCTRAcceptRIPRouteTable 1.3.6.1.4.1.449.2.1.2.1.5.8 no-access
IP Accept RIP Route Table. This table is now called Rip Route Control Table. Access RIP Route Control Table to get these values
                                 cdx6500PCTRAcceptRIPRouteEntry 1.3.6.1.4.1.449.2.1.2.1.5.8.1 no-access
IP Accept RIP Route Table. This table is now called Rip Route Control Table. Access RIP Route Control Table to get these values
                                     cdx6500PCTRAcceptRIPRouteIndex 1.3.6.1.4.1.449.2.1.2.1.5.8.1.1 integer no-access
Table Index.
                                     cdx6500PCTRAcceptRIPRouteIpNet 1.3.6.1.4.1.449.2.1.2.1.5.8.1.2 ipaddress no-access
This parameter is now the part of Rip route control Table. IP Network/subnet. IP address which identifies a destination network or subnetwork for which RIP route information is accepted. The route is accepted from any received RIP packet, and overrides any disabled Learn Net Route or Learn Subnet Route setting.
                             cdx6500PCTRifConfTable 1.3.6.1.4.1.449.2.1.2.1.5.9 no-access
IP Interface Table.
                                 cdx6500PCTRifConfEntry 1.3.6.1.4.1.449.2.1.2.1.5.9.1 no-access
A row of IP configurables.
                                     cdx6500PCTRifConfIndex 1.3.6.1.4.1.449.2.1.2.1.5.9.1.1 integer read-only
Table Index.
                                     cdx6500PCTRifConfIfNum 1.3.6.1.4.1.449.2.1.2.1.5.9.1.2 integer read-write
Interface Number. Each interface must be assigned an Interface Number. Interface Numbers 1 through 4 are for the LAN ports. Interface numbers 5 through 36 are reserved for Lan Connections, which are virtual circuit links over WAN networks such as X.25 or Frame Relay to other routers.
                                     cdx6500PCTRifConfIpAd 1.3.6.1.4.1.449.2.1.2.1.5.9.1.3 ipaddress read-write
IP Address. This parameter defines the 32-bit IP host address of the router on the associated interface. IP Addresses are considered to consist of a network part, a subnetwork part, and a host number. All IP routers and hosts on a LAN must be assigned the same network/subnetwork part for their IP address. The serial links (LAN connections) between routers must also be assigned an IP network/subnetwork number, and the IP Address assigned on both sides of a serial link must have the same network (and subnetwork) part.
                                     cdx6500PCTRifConfAdMask 1.3.6.1.4.1.449.2.1.2.1.5.9.1.4 ipaddress read-write
Address Mask. This parameter is entered in dotted notation and configures the 32-bit IP Subnetwork Address Mask associated with network to which the interfaces attaches. The subnetwork address mask has 1 bit for the bits which form the network and subnetwork portions of the IP address. For example, if the interface is on a class B network such as 128.185.0.0, and the third byte is used to select a subnet (e.g. 128.185.100.0), the mask should be set to 255.255.255.0. All IP devices on a subnetted network must be configured with the same subnetwork address mask.
                                     cdx6500PCTRifConfOvrDefRoute 1.3.6.1.4.1.449.2.1.2.1.5.9.1.5 integer read-write
Override Default Route.Enables the router to override the configured Default Gateway when it receives a RIP update from another router advertising the default route of 0.0.0.0 with a cheaper metric than the configured Default Gateway Metric. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfOvrStatRoute 1.3.6.1.4.1.449.2.1.2.1.5.9.1.6 integer read-write
Override Static Route. Enables/Disables the receipt of RIP information on this interface to override the router's statically configured routing information, providing the cost of the RIP information is cheaper. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfSndgDefRoute 1.3.6.1.4.1.449.2.1.2.1.5.9.1.7 integer read-write
Advertise Default Route. Enables/Disables this router advertising the default route of 0.0.0.0 on this interface. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfSndgNetRoute 1.3.6.1.4.1.449.2.1.2.1.5.9.1.8 integer read-write
Advertise Network Routes. Enables/Disables advertisement of directly-attached networks and learned IP network routes on RIP updates transmitted on this interface. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfSndgSubRoute 1.3.6.1.4.1.449.2.1.2.1.5.9.1.9 integer read-write
Advertise Subnet Routes. Enables/Disables the inclusion of all subnet routes within RIP updates sent on this interface. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfSndgStatRoute 1.3.6.1.4.1.449.2.1.2.1.5.9.1.10 integer read-write
Advertise Static/Direct Routes. Enables/Disables the inclusion of all statically configured and directly connected routes within RIP updates sent on this interface. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfRcvgRipPkts 1.3.6.1.4.1.449.2.1.2.1.5.9.1.11 integer read-write
Accept RIP. Enables/Disables the processing of RIP updates received on this interface. This is normally enabled whenever RIP is enabled. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfRcvgDynNets 1.3.6.1.4.1.449.2.1.2.1.5.9.1.12 integer read-write
Learn Network Routes. Enables/Disables the learning of new network-level routes received from neighboring routers on this interface's network. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfRcvgDynSubs 1.3.6.1.4.1.449.2.1.2.1.5.9.1.13 integer read-write
Learn Subnet Routes. Enables/Disables the learning of new subnet-level routes received from neighboring routers on this interface's network. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfTagAsNum 1.3.6.1.4.1.449.2.1.2.1.5.9.1.14 integer read-write
AS Number. Specifies a tag to be associated with RIP information received on this interface. Tags are used to group routes together for later readvertisement via EGP, where the tag is treated as if it were a route's source Autonomous System. Tags are also propagated by the OSPF routing protocol.
                                     cdx6500PCTRifConfBcastStyle 1.3.6.1.4.1.449.2.1.2.1.5.9.1.15 integer read-write
Broadcast Style. Specifies the convention for addressing IP broadcasts to all other hosts on the attached network. LOCAL broadcast style means that the Broadcast Fill Pattern (1s or 0s) fills all 32 bits of the IP broadcast address. NET broadcast style means that the Network and subnetwork portion of the IP broadcast address is set to the interface's network number, and the Broadcast Fill pattern fills only the host portion. Examples: LOCAL 1-fill: 255.255.255.255 LOCAL 0-fill: 0.0.0.0 NET 1-fill: 128.185.255.255 NET 0-fill: 128.185.0.0 All IP devices on a network must be configured with the same IP broadcast address convention. newvalNetwork : same functionality as 'network', new enumeration added for RFC1155 compatibility. Enumeration: 'newvalNetwork': 50, 'local': 1, 'network': 0.
                                     cdx6500PCTRifConfBcastFill 1.3.6.1.4.1.449.2.1.2.1.5.9.1.16 integer read-write
Broadcast Fill Pattern. Specifies the IP broadcast fill pattern the router will use when broadcasting on this interface. See Broadcast Style, cdx6500PCTRifConfBcastStyle.
                                     cdx6500PCTRifMaxIpMTUSize 1.3.6.1.4.1.449.2.1.2.1.5.9.1.17 integer read-write
Specifies the Maximum Transmission Unit to be used.
                                     cdx6500PCTRifConfSplitHorizon 1.3.6.1.4.1.449.2.1.2.1.5.9.1.18 integer read-write
This parameter enables/disables the IP RIP split horizon. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifConfSr 1.3.6.1.4.1.449.2.1.2.1.5.9.1.19 integer read-write
This parameter enables/disables the IP use of a RIF field in Token Ring networks for ARPs and RIPs. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                     cdx6500PCTRifRipMetric 1.3.6.1.4.1.449.2.1.2.1.5.9.1.20 integer read-write
The cost,in number of hops to receive a packet through this interface. This is the cost of direct route in this interface.
                                     cdx6500PCTRifSendRipVer 1.3.6.1.4.1.449.2.1.2.1.5.9.1.21 displaystring read-write
Send RIP Version. VER1 - send RIP Version 1 updates, VER2-B - send RIP Version 2 updates as broadcast, VER2-M - send RIP Version 2 updates as multicast.
                                     cdx6500PCTRifSendAggRoutes 1.3.6.1.4.1.449.2.1.2.1.5.9.1.22 integer read-write
When disabled, this parameter indicates that when sending routes to this interface, aggregated routing information is converted into non aggregated routing information. Enumeration: 'disabled': 1, 'enabled': 2.
                                     cdx6500PCTRifAuthType 1.3.6.1.4.1.449.2.1.2.1.5.9.1.23 integer read-write
This defines the type of authenticaton to be used for RIPv2 Packets. Enumeration: 'simple': 2, 'none': 1.
                                     cdx6500PCTRifAuthKey 1.3.6.1.4.1.449.2.1.2.1.5.9.1.24 displaystring read-write
This is the Authentication key sent in the RIP packet.
                                     cdx6500PCTRifOnDemandRip 1.3.6.1.4.1.449.2.1.2.1.5.9.1.25 integer read-write
Enable : Enables on demand RIP for the interface Disable : Disables on demand RIP for the interface. Enumeration: 'disabled': 1, 'enabled': 2.
                                     cdx6500PCTRifTrigUpdate 1.3.6.1.4.1.449.2.1.2.1.5.9.1.26 integer read-write
None : No triggered updates will be sent Changes : Triggered updates will be sent with only the changed routing table entries. Full : Triggered updates will be sent with all the entries in the routing table. Enumeration: 'none': 1, 'full': 3, 'change': 2.
                                     cdx6500PCTRifSecPrdBcastIntv 1.3.6.1.4.1.449.2.1.2.1.5.9.1.27 integer read-write
Full RIP updates will be sent periodically with the time interval configured in seconds.
                                     cdx6500PCTRifRoutInvldTime 1.3.6.1.4.1.449.2.1.2.1.5.9.1.28 integer read-write
Specifies time in sec after which the route will be marked unreachable.The time interval should be a multiple of 10.
                                     cdx6500PCTRifRoutFlushTime 1.3.6.1.4.1.449.2.1.2.1.5.9.1.29 integer read-write
Specifies time in sec after which the route will be deleted from the routing table.The time interval should be a multiple of 10.
                                     cdx6500PCTRifRdpEnable 1.3.6.1.4.1.449.2.1.2.1.5.9.1.30 integer read-write
Enables/Disables the advertising of this interface's address for Router Discovery (RFC 1256). Enumeration: 'disabled': 1, 'enabled': 2.
                                     cdx6500PCTRifRdpLevel 1.3.6.1.4.1.449.2.1.2.1.5.9.1.31 displaystring read-write
Specifies the preferability of this interface's address as the default router address on the interface's subnet. Range : 0 - 0xffffffff.
                             cdx6500PCTRbootpServTable 1.3.6.1.4.1.449.2.1.2.1.5.10 no-access
IP BOOTP Server Table.
                                   cdx6500PCTRbootpServEntry 1.3.6.1.4.1.449.2.1.2.1.5.10.1 no-access
A row of IP configurables.
                                       cdx6500PCTRbootpServIndex 1.3.6.1.4.1.449.2.1.2.1.5.10.1.1 integer read-only
Table Index.
                                       cdx6500PCTRbootpServAd 1.3.6.1.4.1.449.2.1.2.1.5.10.1.2 ipaddress read-write
BOOTP Server Address. Adds a BootP server IP address (in dotted notation) to the routers configuration (the router will forward BootP requests to the specified BootP server). This must be used in conjunction with the BootP Forwarding command under the IP Parameters menu. There are no defaults for this command and valid address must be entered.
                             cdx6500PCTRegpAsTable 1.3.6.1.4.1.449.2.1.2.1.5.11 no-access
IP EGP AS Information Table.
                                   cdx6500PCTRegpAsEntry 1.3.6.1.4.1.449.2.1.2.1.5.11.1 no-access
A row of IP configurables.
                                       cdx6500PCTRegpAsIndex 1.3.6.1.4.1.449.2.1.2.1.5.11.1.1 integer read-only
Table Index.
                                       cdx6500PCTRegpAsNeighAs 1.3.6.1.4.1.449.2.1.2.1.5.11.1.2 integer read-write
Neighboring AS. The number of the Autonomous System to which routing information wil be exchanged. For a value of 0, the default EGP exchange is defined.
                                       cdx6500PCTRegpAsInterchFlag 1.3.6.1.4.1.449.2.1.2.1.5.11.1.3 integer read-write
Interchange Flag. Defines the permissible exchange of EGP route information. IN causes all routes received from the neighboring AS to be readvertised via OSPF and RIP. OUT causes all internal known routes to be advertised to EGP. OFF indicates the particular IP networks to be re-advertised are controlled with the Output-Interchange and Input-Interchange configurations. OFF is the recommended configuration. newvalOff : same functionality as 'off', new enumeration added for RFC1155 compatibility. Enumeration: 'on': 1, 'off': 0, 'newvalOff': 50.
                                       cdx6500PCTRegpAsUseEgMetric 1.3.6.1.4.1.449.2.1.2.1.5.11.1.4 integer read-write
Use EGP Metric. This parameter is ON or OFF. When ON, the re-advertised cost is the same as the originally learned cost. For IN interchanges, the EGP cost metric is reported as the RIP/OSPF cost. For OUT interchanges, the RIP/OSPF cost metric is reported as the EGP cost. If this parameter is OFF, the Default Metric parameter of this record is always reported as the cost. newvalOff : same functionality as 'off', new enumeration added for RFC1155 compatibility. Enumeration: 'on': 1, 'off': 0, 'newvalOff': 50.
                                       cdx6500PCTRegpAsDefMetric 1.3.6.1.4.1.449.2.1.2.1.5.11.1.5 integer read-write
Default Metric. The default cost used for readvertisements. This is usually interpreted as a number of hops. For IN interchanges, this means all routes will be readvertised by OSPF and RIP with the Default Metric cost. In the OUT direction, this means all routes in the RIP/OSPF routing table will be advertised to EGP with the given cost.
                             cdx6500PCTRegpNeighTable 1.3.6.1.4.1.449.2.1.2.1.5.12 no-access
IP EGP Neighbor Table.
                                   cdx6500PCTRegpNeighEntry 1.3.6.1.4.1.449.2.1.2.1.5.12.1 no-access
A row of IP configurables.
                                       cdx6500PCTRegpNeighIndex 1.3.6.1.4.1.449.2.1.2.1.5.12.1.1 integer read-only
Table Index.
                                       cdx6500PCTRegpNeighIdAd 1.3.6.1.4.1.449.2.1.2.1.5.12.1.2 ipaddress read-write
Neighbor IP Address. IP address of an EGP neighbor in dotted notation.
                                       cdx6500PCTRegpNeighAs 1.3.6.1.4.1.449.2.1.2.1.5.12.1.3 integer read-write
Neighboring AS. Autonomous System number of the EGP neighbor.
                             cdx6500PCTRipParamBootpFwdg 1.3.6.1.4.1.449.2.1.2.1.5.13 integer read-write
BOOTP Forwarding. Enables/Disables the forwarding of BootP requests. BOOTP (Boot Parameters) is a protocol that allows workstations to obtain their startup operating system software and other parameters from a BOOTP Server host on the IP network. If enabled, the location of the BOOTP servers must be configured in the cdx6500PCTRbootpServTable MIB table. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRipParamBootpMaxHops 1.3.6.1.4.1.449.2.1.2.1.5.14 integer read-write
BOOTP Max Allowed Metric. The maximum cost metric (hop count) a BootP request is allowed to attain before being discarded. This is NOT the maximum number of IP hops to the BootP server.
                             cdx6500PCTRipParamBootpSbf 1.3.6.1.4.1.449.2.1.2.1.5.15 integer read-write
BOOTP Seconds Before Forward. The number of seconds the router will wait for a BOOT request to be repeated before forwarding the request to BOOTP Server.
                             cdx6500PCTRipParamEgpSysNum 1.3.6.1.4.1.449.2.1.2.1.5.16 integer read-write
EGP System Number. Configures the router's Autonomous System Number, as assigned by the Internet Network Information Center. The Exterior Gateway Protocol (EGP) is used to communicate with the Internet backbone. Usually, all of the routers for one company are considered in a single Autonomous System (AS), and all must have the same EGP Autonomous system number. EGP is used by the one (or two, for backup) of a company's gateway routers that connect to an administered Internet backbone such as Milnet or NSFnet.
                             cdx6500PCTRipParamEgpReadvert 1.3.6.1.4.1.449.2.1.2.1.5.17 integer read-write
EGP Readvertise. Globally Enables/Disables the readvertisement of EGP routes which were originally learned from EGP. When Enabled, the learned routes are advertised locally with RIP or OSPF. The particular EGP neighbors from which routes are learned are specified with the cdx6500PCTRegpAsTable table. The particular networks which are learned can be specified with the cdx6500PCTRinInterchTable table. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRipParamRip 1.3.6.1.4.1.449.2.1.2.1.5.18 integer read-write
RIP Enable. Globally Enables/Disables RIP protocol processing for the router. The Routing Information Protocol (RIP) was the original internal gateway routing protocol used for IP networks, and is suitable for moderate size organization networks. An organization may operate both RIP and OSPF simultaneously. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRipParamRipOrigDef 1.3.6.1.4.1.449.2.1.2.1.5.19 integer read-write
Originate Default Route. Enables origination and RIP advertisement of the default IP route 0.0.0.0. Default route advertisements must also be explicitly enabled for each interface. The router will originate the default route only when it has EGP-derived or external OSPF routes in its routing table. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRipParamAdvDefMetCost 1.3.6.1.4.1.449.2.1.2.1.5.20 integer read-write
Advertised Default Metric Cost. Sets the cost metric (usually the number of hops) that RIP will advertise for the default route of 0.0.0.0. A metric of 16 advertises that the default route is unreachable.
                             cdx6500PCTRipParamNextHopDefGway 1.3.6.1.4.1.449.2.1.2.1.5.21 ipaddress read-write
Default Gateway. The IP address of the default gateway -this- router will use when a packet's destination route is otherwise unknown. The next hop must be to a router on a directly attached network.
                             cdx6500PCTRipParamDistDefGway 1.3.6.1.4.1.449.2.1.2.1.5.22 integer read-write
Default Gateway Metric. The cost metric for a transmission to this router's default gateway, usually given as the number of network hops.
                             cdx6500PCTRipParamRoutTableSize 1.3.6.1.4.1.449.2.1.2.1.5.23 integer read-write
Routing Table Size. The maximum number of routes that may be stored in the IP routing table.
                             cdx6500PCTRipParamDirBcast 1.3.6.1.4.1.449.2.1.2.1.5.24 integer read-write
Directed Broadcast. Enables/Disables the forwarding of IP packets whose destination is a non-local (remote LAN) broadcast address. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRipParamInternalNetMask 1.3.6.1.4.1.449.2.1.2.1.5.25 ipaddress read-write
This parameter is entered in dotted notation and configures the 32-bit IP Subnetwork Address Mask associated with the Internal interface created when the Internal Address is added to the router configuration parameters. The Internal Network address is derived from the configured Internal address and Internal Network Mask parameter.
                             cdx6500PCTRipParamInternalIpAd 1.3.6.1.4.1.449.2.1.2.1.5.26 ipaddress read-write
This is an IP Address that becomes the Default IP Address for the router. The Default IP Address is used as the IP source address of PING and ICMP frames originated from the router to unnumbered interfaces and it is the reported IP Address in SNMP Trap frames. A Internal Network is added to the router routing table with the network address derived from the configured Internal address and Internal Network Mask parameter. If Internal IP Address is left undefined or the network part of this address matches network address of the configured router interfaces, Default IP Address becomes the IP address of the lowest numbered operational interface of the router.
                             cdx6500PCTRipParamCacheSize 1.3.6.1.4.1.449.2.1.2.1.5.27 integer read-write
IP Route Cache Size. The maximum number of entries that may be stored in the IP Route cache. The IP Route Cache holds the destination addresses of recently received packets and for each entry maintains a count of packets forwarded to that destination.
                             cdx6500PCTRipParamReasmBuffSize 1.3.6.1.4.1.449.2.1.2.1.5.28 integer read-write
Reassembly Buffer Size. Sets the size (in bytes) of the IP fragment reassembly buffers. It must be set greater than the size of the largest IP packet to be transmitted on the organization's network.
                             cdx6500PCTRipParamAccessCntrl 1.3.6.1.4.1.449.2.1.2.1.5.29 integer read-write
Access Control. Globally enables or disables operation of the IP Access Control table. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRdefSubGwayTable 1.3.6.1.4.1.449.2.1.2.1.5.30 no-access
IP Default Subnet Gateway Table.
                                   cdx6500PCTRdefSubGwayEntry 1.3.6.1.4.1.449.2.1.2.1.5.30.1 no-access
A row of IP configurables.
                                       cdx6500PCTRdefSubGwayIndex 1.3.6.1.4.1.449.2.1.2.1.5.30.1.1 integer read-only
Table Index.
                                       cdx6500PCTRdefSubGwaySubnetAd 1.3.6.1.4.1.449.2.1.2.1.5.30.1.2 ipaddress read-write
Top-Level IP Address. The top-level IP network number must be a class A, B, or C IP address. If this router receives a packet destined to an unknown subnet of that top level net, it will forward the packet to the default subnet router for that net.
                                       cdx6500PCTRdefSubGwayNextHopAd 1.3.6.1.4.1.449.2.1.2.1.5.30.1.3 ipaddress read-write
Next Hop to Subnet Gateway. The IP address of the next hop towards a router performing subnet routing for the top-level net of this record. This next hop must be to an IP address on a network directly connected to this router.
                                       cdx6500PCTRdefSubGwayDistToGway 1.3.6.1.4.1.449.2.1.2.1.5.30.1.4 integer read-write
Metric to Subnet Gateway. The cost metric for a transmission to the default subnet gateway, usually the number of network hops to reach that other router.
                             cdx6500PCTRStaticRouteTable 1.3.6.1.4.1.449.2.1.2.1.5.31 no-access
IP Route Table.
                                   cdx6500PCTRStaticRouteEntry 1.3.6.1.4.1.449.2.1.2.1.5.31.1 no-access
A row of IP configurables.
                                       cdx6500PCTRipRouteIndex 1.3.6.1.4.1.449.2.1.2.1.5.31.1.1 integer read-only
Table Index.
                                       cdx6500PCTRipRouteIpNetwork 1.3.6.1.4.1.449.2.1.2.1.5.31.1.2 ipaddress read-write
IP Network/Subnet. The IP address of a destination network or subnetwork Host addresses are not included in the route table.
                                       cdx6500PCTRipRouteIpMask 1.3.6.1.4.1.449.2.1.2.1.5.31.1.3 ipaddress read-write
IP Address Mask. The mask associated with the IP Network/Subnet address. For example: if the destination is a subnet of a class B network and the third byte of the IP address is used as the subnet portion, the address mask would be set to 255.255.255.0.
                                       cdx6500PCTRipRouteNextHop 1.3.6.1.4.1.449.2.1.2.1.5.31.1.4 ipaddress read-write
Next Hop. The IP address of the next hop to the destination. The next hop itself must be on an IP network directly connected to the router.
                                       cdx6500PCTRipRouteCost 1.3.6.1.4.1.449.2.1.2.1.5.31.1.5 integer read-write
Cost. The distance or cost metric to the destination. It is interpreted as a number of hops.
                             cdx6500PCTRoutInterchTable 1.3.6.1.4.1.449.2.1.2.1.5.32 no-access
IP Output Interchange Table.
                                   cdx6500PCTRoutInterchEntry 1.3.6.1.4.1.449.2.1.2.1.5.32.1 no-access
A row of IP configurables.
                                       cdx6500PCTRoutInterchIndex 1.3.6.1.4.1.449.2.1.2.1.5.32.1.1 integer read-only
Table Index.
                                       cdx6500PCTRoutInterchInterchNeighAs 1.3.6.1.4.1.449.2.1.2.1.5.32.1.2 integer read-write
Neighboring AS. The AS number assigned to an EGP neighbor. If nonzero, the value must match a Neighboring AS number entered in a IP EGP AS Information Table, cdx6500PCTRegpAsTable, entry. A value of 0 adds the route to the default Output Exchange Table, which is reported to all new EGP neighbors learned and not otherwise entered in the IP EGP AS Information table.
                                       cdx6500PCTRoutInterchSourceAs 1.3.6.1.4.1.449.2.1.2.1.5.32.1.3 integer read-write
Source AS. A value of 0 indicates the route should be advertised regardless of the Autonomous System it was received from. A value other than 0 indicates the route should only be advertised if the route was received from the specified AS.
                                       cdx6500PCTRoutInterchIpNetwork 1.3.6.1.4.1.449.2.1.2.1.5.32.1.4 ipaddress read-write
IP Network. The address of the local IP network for which routing information will be advertised.
                                       cdx6500PCTRoutInterchUseIgpMetric 1.3.6.1.4.1.449.2.1.2.1.5.32.1.5 integer read-write
Use IGP Metric. This parameter and the following Metric parameter, cdx6500PCTRoutInterchMetric, determine the cost reported to EGP of accessing the internal IP network. The two possible Interior Gateway Protocols (IGPs) are RIP or OSPF. If Use IGP metric is ON, the cost advertised to EGP will be identical to the locally reported routing table cost (from RIP or OSPF). If Use IGP metric OFF, the Metric parameter of this entry is reported. newvalOff : same functionality as 'off', new enumeration added for RFC1155 compatibility. Enumeration: 'on': 1, 'off': 0, 'newvalOff': 50.
                                       cdx6500PCTRoutInterchMetric 1.3.6.1.4.1.449.2.1.2.1.5.32.1.6 integer read-write
Metric. A configured cost of the route to the interior network, interpreted as a hop count. This cost is reported to EGP if the the Use IGP metric parameter, cdx6500PCTRoutInterchUseIgpMetric, is OFF.
                             cdx6500PCTRinInterchTable 1.3.6.1.4.1.449.2.1.2.1.5.33 no-access
IP Input Interchange Table.
                                   cdx6500PCTRinInterchEntry 1.3.6.1.4.1.449.2.1.2.1.5.33.1 no-access
A row of IP configurables.
                                       cdx6500PCTRinInterchIndex 1.3.6.1.4.1.449.2.1.2.1.5.33.1.1 integer read-only
Table Index.
                                       cdx6500PCTRinInterchNeighAs 1.3.6.1.4.1.449.2.1.2.1.5.33.1.2 integer read-write
Neighboring AS. A neighboring Autonomous System to which route information will be readvertised via OSPF and RIP. A value of 0 adds the route to the default Input Exchange Table.
                                       cdx6500PCTRinInterchIpNetwork 1.3.6.1.4.1.449.2.1.2.1.5.33.1.3 ipaddress read-write
IP Network. The IP address of a network for which EGP received routing information.
                                       cdx6500PCTRinInterchUseEgpMetric 1.3.6.1.4.1.449.2.1.2.1.5.33.1.4 integer read-write
Use EGP Metric. Defines the source of the internally readvertised costs of reaching the external IP network for this entry. If ON, the readvertised cost will be identical to the cost received by the EGP protocol. If OFF, the Metric parameter of this entry is reported. newvalOff : same functionality as 'off', new enumeration added for RFC1155 compatibility. Enumeration: 'on': 1, 'off': 0, 'newvalOff': 50.
                                       cdx6500PCTRinInterchMetric 1.3.6.1.4.1.449.2.1.2.1.5.33.1.5 integer read-write
Metric. A configured cost of the route.
                             cdx6500PCTRfilterTable 1.3.6.1.4.1.449.2.1.2.1.5.34 no-access
IP Filter Table.
                                   cdx6500PCTRfilterEntry 1.3.6.1.4.1.449.2.1.2.1.5.34.1 no-access
A row of IP configurables.
                                       cdx6500PCTRfilterIndex 1.3.6.1.4.1.449.2.1.2.1.5.34.1.1 integer read-only
Table Index.
                                       cdx6500PCTRfilterDstIpAd 1.3.6.1.4.1.449.2.1.2.1.5.34.1.2 ipaddress read-write
Destination IP Address. IP address of a network/subnet to filter. All packets destined for a filtered network are discarded, and no route to the filtered network is advertised.
                                       cdx6500PCTRfilterAdMask 1.3.6.1.4.1.449.2.1.2.1.5.34.1.3 ipaddress read-write
Address Mask. Network (or Subnetwork) Address mask associated with the network/subnet address to filter.
                             cdx6500PCTRifState1 1.3.6.1.4.1.449.2.1.2.1.5.35 integer read-only
Interface #1 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState2 1.3.6.1.4.1.449.2.1.2.1.5.36 integer read-only
Interface #2 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState3 1.3.6.1.4.1.449.2.1.2.1.5.37 integer read-only
Interface #3 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState4 1.3.6.1.4.1.449.2.1.2.1.5.38 integer read-only
Interface #4 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState5 1.3.6.1.4.1.449.2.1.2.1.5.39 integer read-only
Interface #5 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState6 1.3.6.1.4.1.449.2.1.2.1.5.40 integer read-only
Interface #6 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState7 1.3.6.1.4.1.449.2.1.2.1.5.41 integer read-only
Interface #7 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState8 1.3.6.1.4.1.449.2.1.2.1.5.42 integer read-only
Interface #8 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState9 1.3.6.1.4.1.449.2.1.2.1.5.43 integer read-only
Interface #9 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState10 1.3.6.1.4.1.449.2.1.2.1.5.44 integer read-only
Interface #10 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState11 1.3.6.1.4.1.449.2.1.2.1.5.45 integer read-only
Interface #11 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState12 1.3.6.1.4.1.449.2.1.2.1.5.46 integer read-only
Interface #12 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState13 1.3.6.1.4.1.449.2.1.2.1.5.47 integer read-only
Interface #13 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState14 1.3.6.1.4.1.449.2.1.2.1.5.48 integer read-only
Interface #14 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState15 1.3.6.1.4.1.449.2.1.2.1.5.49 integer read-only
Interface #15 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState16 1.3.6.1.4.1.449.2.1.2.1.5.50 integer read-only
Interface #16 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState17 1.3.6.1.4.1.449.2.1.2.1.5.51 integer read-only
Interface #17 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState18 1.3.6.1.4.1.449.2.1.2.1.5.52 integer read-only
Interface #18 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState19 1.3.6.1.4.1.449.2.1.2.1.5.53 integer read-only
Interface #19 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState20 1.3.6.1.4.1.449.2.1.2.1.5.54 integer read-only
Interface #20 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState21 1.3.6.1.4.1.449.2.1.2.1.5.55 integer read-only
Interface #21 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState22 1.3.6.1.4.1.449.2.1.2.1.5.56 integer read-only
Interface #22 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState23 1.3.6.1.4.1.449.2.1.2.1.5.57 integer read-only
Interface #23 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState24 1.3.6.1.4.1.449.2.1.2.1.5.58 integer read-only
Interface #24 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState25 1.3.6.1.4.1.449.2.1.2.1.5.59 integer read-only
Interface #25 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState26 1.3.6.1.4.1.449.2.1.2.1.5.60 integer read-only
Interface #26 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState27 1.3.6.1.4.1.449.2.1.2.1.5.61 integer read-only
Interface #27 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState28 1.3.6.1.4.1.449.2.1.2.1.5.62 integer read-only
Interface #28 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState29 1.3.6.1.4.1.449.2.1.2.1.5.63 integer read-only
Interface #29 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState30 1.3.6.1.4.1.449.2.1.2.1.5.64 integer read-only
Interface #30 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState31 1.3.6.1.4.1.449.2.1.2.1.5.65 integer read-only
Interface #31 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState32 1.3.6.1.4.1.449.2.1.2.1.5.66 integer read-only
Interface #32 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState33 1.3.6.1.4.1.449.2.1.2.1.5.67 integer read-only
Interface #33 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState34 1.3.6.1.4.1.449.2.1.2.1.5.68 integer read-only
Interface #34 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState35 1.3.6.1.4.1.449.2.1.2.1.5.69 integer read-only
Interface #35 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTRifState36 1.3.6.1.4.1.449.2.1.2.1.5.70 integer read-only
Interface #36 State. Enable/Disable all routing operations on the interface associated with this interface number. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                             cdx6500PCTReventsTable 1.3.6.1.4.1.449.2.1.2.1.5.71 no-access
IP Events Table.
                                   cdx6500PCTReventsEntry 1.3.6.1.4.1.449.2.1.2.1.5.71.1 no-access
A row of IP configurables.
                                       cdx6500PCTReventsIndex 1.3.6.1.4.1.449.2.1.2.1.5.71.1.1 integer read-only
Table Index.
                                       cdx6500PCTReventsSubsystem 1.3.6.1.4.1.449.2.1.2.1.5.71.1.2 integer read-write
Protocol. This field selects one of the protocols supported by the router. The event messages are controlled on a per-protocol basis. newvalArp : same functionality as 'arp', new enumeration added for RFC1155 compatibility. Enumeration: 'arp': 0, 'udp': 3, 'newvalArp': 50, 'ip': 1, 'egp': 5, 'rip': 4, 'tkr': 8, 'ipx': 7, 'icmp': 2, 'ospf': 6, 'eth': 9.
                                       cdx6500PCTReventsPerPktTrace 1.3.6.1.4.1.449.2.1.2.1.5.71.1.3 integer read-write
Per Packet Trace. If enabled, reports an event for every packet processed by the subsytem. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                       cdx6500PCTReventsUnusualOper 1.3.6.1.4.1.449.2.1.2.1.5.71.1.4 integer read-write
Unusual Operation. Enables/Disables reporting of unusual conditions such as detected packet format errors. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                                       cdx6500PCTReventsCommonOper 1.3.6.1.4.1.449.2.1.2.1.5.71.1.5 integer read-write
Common Operation. Enables/Disables reporting of commonly occurring events, such as receiving a RIP or OSPF update packet. newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1.
                             cdx6500PCTRpriorityIpTraffic 1.3.6.1.4.1.449.2.1.2.1.5.72 integer read-write
IP Traffic Priority. Defines the priority for IP traffic relative to the rest of the traffic transmitted over WAN virtual circuits. If not configured, a default priority of HIGH is used. newvalLow : same functionality as 'low', new enumeration added for RFC1155 compatibility. Enumeration: 'high': 2, 'newvalLow': 50, 'medium': 1, 'low': 0.
                             cdx6500PCTRpriorityIpxTraffic 1.3.6.1.4.1.449.2.1.2.1.5.73 integer read-write
IPX Traffic Priority. Defines the priority for IPX traffic relative to the rest of the traffic transmitted over WAN virtual circuits. If not configured, a default priority of HIGH is used. newvalLow : same functionality as 'low', new enumeration added for RFC1155 compatibility. Enumeration: 'high': 2, 'newvalLow': 50, 'medium': 1, 'low': 0.
                             cdx6500PCTRMaxIpInterfaces 1.3.6.1.4.1.449.2.1.2.1.5.74 integer read-write
Specifies the maximum number of IP Interfaces that may be configured
                             cdx6500PCTRAllSubnetBrcast 1.3.6.1.4.1.449.2.1.2.1.5.75 integer read-write
Enables/Disables the duplication and forwarding of IP packets which are destined for all hosts on all subnetworks of an IP network. Enumeration: 'disabled': 1, 'enabled': 2.
                             cdx6500PCTRIpFwdEnable 1.3.6.1.4.1.449.2.1.2.1.5.76 integer read-write
Enables/Disables the IP Broadcast Forwarding Feature. Enumeration: 'disabled': 1, 'enabled': 2.
                             cdx6500PCTRUdpFwdEnable 1.3.6.1.4.1.449.2.1.2.1.5.77 integer read-write
Enables/Disables the UDP Broadcast Forwarding Feature. Enumeration: 'disabled': 1, 'enabled': 2.
                             cdx6500PCTRpriorityAp2Traffic 1.3.6.1.4.1.449.2.1.2.1.5.78 integer read-write
AppleTalk Traffic Priority. Defines the priority for AppleTalk traffic relative to the rest of the traffic transmitted over WAN virtual circuits. If not configured, a default priority of HIGH is used. newvalLow : same functionality as 'low', new enumeration added for RFC1155 compatibility. Enumeration: 'high': 3, 'medium': 2, 'low': 1.
                             cdx6500PCTRarpParamMaxQueue 1.3.6.1.4.1.449.2.1.2.1.5.79 integer read-write
Specifies the maximum Protocol packets which can be queued awaiting address resolution.
                             cdx6500PCTRarpParamTimeRetx 1.3.6.1.4.1.449.2.1.2.1.5.80 integer read-write
Time(in seconds) to resend an ARP Request for a protocol address awaiting resolution.
                             cdx6500PCTRRIPRouteControlTable 1.3.6.1.4.1.449.2.1.2.1.5.81 no-access
IP RIP Route Control Table.
                                   cdx6500PCTRRIPRouteControlEntry 1.3.6.1.4.1.449.2.1.2.1.5.81.1 no-access
IP RIP Route Control Table.
                                       cdx6500PCTRRIPRouteControlIndex 1.3.6.1.4.1.449.2.1.2.1.5.81.1.1 integer read-only
Table Index.
                                       cdx6500PCTRRIPRouteControlIpNet 1.3.6.1.4.1.449.2.1.2.1.5.81.1.2 ipaddress read-only
IP Network/subnet. IP address which identifies a destination network or subnetwork for which RIP route information is accepted. The route is accepted from any received RIP packet, and overrides any disabled Learn Net Route or Learn Subnet Route setting.
                                       cdx6500PCTRRIPRouteControlIpMsk 1.3.6.1.4.1.449.2.1.2.1.5.81.1.3 ipaddress read-only
IP Address Mask. Adress mask to be applied to the IP network/subnetwork address. The incoming route's IP address is logically 'AND-ed' with it's mask and the result is comparedwith the result of the logical 'ANDing' of the configured IP address and mask. For example, a mask of 255.0.0.0 with a result of 129.0.0.0 will match any route with 129 in the first byte. A mask of 0.0.0.0 indicates that this parameter will not be used. This parameter will only be used for RIPv2 routes.
                                       cdx6500PCTRRRCInIniface 1.3.6.1.4.1.449.2.1.2.1.5.81.1.4 displaystring read-only
Inbound interface list. This parameter specifies a list of interfaces on which the RIP route information is accepted. A maximum of 8 ranges are permitted to be configured in this list : the list may be extended by configuring new entries with the same IP network/subnet address. Ex: 1, 5, 7-10, 20-25,31 ALL : This option is a wildcard used to match all interfaces. NONE : This indicates that no inbound RIP route control is required for this IP network/subnetwork address.
                                       cdx6500PCTRRRCOutIniface 1.3.6.1.4.1.449.2.1.2.1.5.81.1.5 displaystring read-only
Outbound interface list. This parameter specifies a list of interfaces on which the RIP route information is advertised. A maximum of 8 ranges are permitted to be configured in this list : the list may be extended by configuring new entries with the same IP network/subnet address. Ex: 1, 5, 7-10, 20-25,31 ALL : This option is a wildcard used to match all interfaces. NONE : This indicates that no inbound RIP route control is required for this IP network/subnetwork address.
                             cdx6500PCTRtunnelTable 1.3.6.1.4.1.449.2.1.2.1.5.82 no-access
Tunnel Table
                                   cdx6500PCTRtunnelEntry 1.3.6.1.4.1.449.2.1.2.1.5.82.1 no-access
Tunnel configurables.
                                       cdx6500PCTRtunnelIndex 1.3.6.1.4.1.449.2.1.2.1.5.82.1.1 integer read-only
Table Index.
                                       cdx6500PCTRtunnelProt 1.3.6.1.4.1.449.2.1.2.1.5.82.1.2 integer read-only
This parameter specifies the protocol used for tunneling. This defaults to GRE (Generic Routing Encapsulation) Enumeration: 'gre': 1, 'l2tp': 2.
                                       cdx6500PCTRtunnelGreCksSqn 1.3.6.1.4.1.449.2.1.2.1.5.82.1.3 displaystring read-only
This parameter enables or disables the GRE configuration. CKS enables end-to-end checksum, SQN enables sequence number. A combination of these can also be specified. Example : CKS+SQN
                                       cdx6500PCTRtunnelGreResyncCntr 1.3.6.1.4.1.449.2.1.2.1.5.82.1.4 integer read-only
This parameter specifies the Resynchronisation Counter that is used by the receiver. If the value got is '0', it means that the value has not been prompted in the Tunnel Table
                                       cdx6500PCTRtunnelSrcAddr 1.3.6.1.4.1.449.2.1.2.1.5.82.1.5 ipaddress read-only
Source Address. This is the source address of the tunnel. This address is put into the source field of the tunnel packet.
                                       cdx6500PCTRtunnelDstAddr 1.3.6.1.4.1.449.2.1.2.1.5.82.1.6 ipaddress read-only
Destination Address.This is the destination address of the tunnel. This address is put into the destination field of the tunnel packet. This field cannot be 0.0.0.0 or un-numbered address.
                                       cdx6500PCTRtunnelLconNo 1.3.6.1.4.1.449.2.1.2.1.5.82.1.7 integer read-only
This parameter specifies the LCON which will be used to forward the tunneled packet. If the value got is '0', then it means that this is a LAN TUNNEL with cdx6500PCTRtunnelLANnxthopAddr specifing Nexthop IP address corresponding to a LAN interface. Non-Zero value indicates this as a WAN TUNNEL. 1-MAX-LCON => For tunnels going on WAN link. 0 => For tunnels going on LAN link.
                                       cdx6500PCTRtunnelPayProt 1.3.6.1.4.1.449.2.1.2.1.5.82.1.8 displaystring read-only
This parameter specifies the accepted protocol types of the payload data. A combination of these can also be specified (for instance:IP+IPX). If the packet protocol type doesn't match the configured protocol type ,the packet is dropped.
                                       cdx6500PCTRtunnelIfNo 1.3.6.1.4.1.449.2.1.2.1.5.82.1.9 integer read-only
This parameter specifies the router interface number used by this tunnel. If the value got is '0', it means that the value has not been prompted in the Tunnel Table.
                                       cdx6500PCTRtunnelRtpHdrComProf 1.3.6.1.4.1.449.2.1.2.1.5.82.1.10 displaystring read-only
This parameter specifies the profile name in the RTP/UDP/IP compression profile table.
                                       cdx6500PCTRtunnelBrdgLnkNo 1.3.6.1.4.1.449.2.1.2.1.5.82.1.11 integer read-only
This parameter specifies the bridge link used by this tunnel. If the value got is '0', it means that the value has not been prompted in the Tunnel Table.
                                       cdx6500PCTRtunnelEncrProf 1.3.6.1.4.1.449.2.1.2.1.5.82.1.12 displaystring read-only
This parameter specifies the profile name of the encryption profile table.
                                       cdx6500PCTRtunnelDebug 1.3.6.1.4.1.449.2.1.2.1.5.82.1.13 integer read-only
This parameter enables reports for diagnostic purposes in the data passing state. Enumeration: 'disabled': 0, 'enabled': 1.
                                       cdx6500PCTRtunnelLANnxthopAddr 1.3.6.1.4.1.449.2.1.2.1.5.82.1.14 ipaddress read-only
LAN Next Hop IP address. This parameter specifies the LAN Next hop IP address corresponding to a LAN interface which will be used to forward the tunneled packets for LAN tunnel.
                             cdx6500PCTRifStateConfTable 1.3.6.1.4.1.449.2.1.2.1.5.83 no-access
IP Interfaces States Table.
                                   cdx6500PCTRifStateConfEntry 1.3.6.1.4.1.449.2.1.2.1.5.83.1 no-access
A row of IP Interfaces States configurables.
                                       cdx6500PCTRifStateConfIndex 1.3.6.1.4.1.449.2.1.2.1.5.83.1.1 integer read-only
Table Index (Corresponds to Interface Number Configured). Note: If Index N is not shown, it means Interface Number N State record is not present in the cmem.
                                       cdx6500PCTRifStateConfState 1.3.6.1.4.1.449.2.1.2.1.5.83.1.2 integer read-only
Interfaces State. Enable/Disable all routing operations on the interface associated with this interface number. (The interface number is the cdx6500PCTRifStateConfIndex) newvalDisabled : same functionality as 'disabled', new enumeration added for RFC1155 compatibility. Enumeration: 'disabled': 0, 'newvalDisabled': 50, 'enabled': 1, 'unconfigured': 2.
                 cdx6500Statistics 1.3.6.1.4.1.449.2.1.3
                     cdx6500StatProtocolGroup 1.3.6.1.4.1.449.2.1.3.1
                         cdx6500PSTRouterGroup 1.3.6.1.4.1.449.2.1.3.1.4
                             proProtoIpDefGwAddress 1.3.6.1.4.1.449.2.1.3.1.4.1 ipaddress read-only
The Internet address of the default gateway for the router.
                             proProtoIpDefGwCost 1.3.6.1.4.1.449.2.1.3.1.4.2 integer read-only
The cost of the default gateway for the router.
                             proProtoIpDefGwAge 1.3.6.1.4.1.449.2.1.3.1.4.3 integer read-only
The age of the default gateway for the router.
                             cdx6500PSTRtunnelTable 1.3.6.1.4.1.449.2.1.3.1.4.4 no-access
Tunnel Statistics Table
                                 cdx6500PSTRtunnelEntry 1.3.6.1.4.1.449.2.1.3.1.4.4.1 no-access
Tunnel Statistics.
                                     cdx6500PSTRtunnelIndex 1.3.6.1.4.1.449.2.1.3.1.4.4.1.1 integer read-only
Table Index
                                     cdx6500PSTRtunnelIpPktIn 1.3.6.1.4.1.449.2.1.3.1.4.4.1.2 integer read-only
This parameter specifies the number of IP packets that have been received by the tunnel.
                                     cdx6500PSTRtunnelIpPktOut 1.3.6.1.4.1.449.2.1.3.1.4.4.1.3 integer read-only
This parameter specifies the number of IP packets that have been sent out by the tunnel.
                                     cdx6500PSTRtunnelIpPktDisc 1.3.6.1.4.1.449.2.1.3.1.4.4.1.4 integer read-only
This parameter specifies the number of IP packets that have been discarded by the tunnel.
                                     cdx6500PSTRtunnelIpxPktIn 1.3.6.1.4.1.449.2.1.3.1.4.4.1.5 integer read-only
This parameter specifies the number of IPX packets that have been received by the tunnel.
                                     cdx6500PSTRtunnelIpxPktOut 1.3.6.1.4.1.449.2.1.3.1.4.4.1.6 integer read-only
This parameter specifies the number of IPX packets that have been sent out by the tunnel.
                                     cdx6500PSTRtunnelIpxPktDisc 1.3.6.1.4.1.449.2.1.3.1.4.4.1.7 integer read-only
This parameter specifies the number of IPX packets that have been discarded by the tunnel.
                                     cdx6500PSTRtunnelSrcAddr 1.3.6.1.4.1.449.2.1.3.1.4.4.1.8 ipaddress read-only
Source Address. This is the source address of the tunnel. This address is put into the source field of the tunnel packet.
                                     cdx6500PSTRtunnelDstAddr 1.3.6.1.4.1.449.2.1.3.1.4.4.1.9 ipaddress read-only
Destination Address.This is the destination address of the tunnel. This address is put into the destination field of the tunnel packet. This field cannot be 0.0.0.0 or un-numbered address.
                                     cdx6500PSTRtunnelPayProt 1.3.6.1.4.1.449.2.1.3.1.4.4.1.10 integer read-only
This parameter specifies the accepted protocol types of the payload data. A combination of thse can also be specified (for instance:IP+IPX+BRG). If the packet protocol type doesn't match the configured protocol type ,the packet is dropped. Enumeration: 'ip-brg': 5, 'ipx-brg': 6, 'ip': 1, 'ip-ipx-brg': 7, 'brg': 4, 'ipx': 2, 'ip-ipx': 3.
                                     cdx6500PSTRtunnelEncrStatus 1.3.6.1.4.1.449.2.1.3.1.4.4.1.11 displaystring read-only
This parameter gives the status of the ENCRYPTION Channel
                                     cdx6500PSTRtunnelRuihcStatus 1.3.6.1.4.1.449.2.1.3.1.4.4.1.12 integer read-only
This parameter gives the status of the RTP/UDP/IP Header Compression of the given tunnel Enumeration: 'ena': 1, 'dis': 2.
                                     cdx6500PSTRtunnelBrdgPktIn 1.3.6.1.4.1.449.2.1.3.1.4.4.1.13 integer read-only
This parameter specifies the number of BRIDGE packets that have been received by the tunnel.
                                     cdx6500PSTRtunnelBrdgPktOut 1.3.6.1.4.1.449.2.1.3.1.4.4.1.14 integer read-only
This parameter specifies the number of BRIDGE packets that have been sent out by the tunnel.
                                     cdx6500PSTRtunnelBrdgPktDisc 1.3.6.1.4.1.449.2.1.3.1.4.4.1.15 integer read-only
This parameter specifies the number of BRIDGE packets that have been discarded by the tunnel.
                 cdx6500Controls 1.3.6.1.4.1.449.2.1.4