ROUTER-OPT-MIB
Detailed view of the defined objects, syntax rules, and hierarchical paths.
243
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
243 total| Object Name |
|---|
codex OBJECT IDENTIFIER .1.3.6.1.4.1.449 |
RFC1155-SMI Unknown .1.3.6.1.4.1.449 |
cdxProductSpecific OBJECT IDENTIFIER .1.3.6.1.4.1.449.2 |
cdx6500 OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1 |
cdx6500Configuration OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.2 |
cdx6500CfgProtocolGroup OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.2.1 |
cdx6500PCTRouterGroup OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.2.1.5 |
cdx6500PCTRarpCacheTableARP Cache Configuration Table. SEQUENCE OF Cdx6500PCTRarpCacheEntry .1.3.6.1.4.1.449.2.1.2.1.5.1 |
cdx6500PCTRarpCacheEntryA row of IP configurables Cdx6500PCTRarpCacheEntry .1.3.6.1.4.1.449.2.1.2.1.5.1.1 |
cdx6500PCTRarpCacheIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.1.1.1 |
cdx6500PCTRarpCacheIfNumInterface Number. This must be a router Interface
Number as assigned in the Interface Configuration Table
(cdx6500PCTRifConfTable) entry.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.1.1.2 |
cdx6500PCTRarpCacheProtocolProtocol Type. This identifies one of the routing protocols
supported by the router.
newvalIp : same functionality as 'ip', new enumeration
added for RFC1155 compatibility.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.1.1.3 |
cdx6500PCTRarpCacheProtocolAdIP Address. The IP address of a particular host on the
attached network identified by the Interface Number.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.1.1.4 |
cdx6500PCTRarpCacheMacAdMAC Address.The hardware MAC address of the host with the
IP Address of this entry.rw MacAddress (SNMPv2-TC) .1.3.6.1.4.1.449.2.1.2.1.5.1.1.5 |
cdx6500PCTRarpParamAutoRefAuto-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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.2 |
cdx6500PCTRarpParamRefTimeRefresh Timeout. Changes the timeout value (in minutes) for
the refresh timer. A setting of 0 turns off (disables) the
refresh timer.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.3 |
cdx6500PCTRarpParamUseTimeUsage Timeout. Changes the timeout value (in minutes) for the
usage timer. A setting of 0 turns off (disables) the usage
timer.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.4 |
cdx6500PCTRarpParamProxyProxy 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.5 |
cdx6500PCTRarpParamProxySubProxy 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.6 |
cdx6500PCTRaccControlTableIP Access Control Table. SEQUENCE OF Cdx6500PCTRaccControlEntry .1.3.6.1.4.1.449.2.1.2.1.5.7 |
cdx6500PCTRaccControlEntryA row of IP configurables. Cdx6500PCTRaccControlEntry .1.3.6.1.4.1.449.2.1.2.1.5.7.1 |
cdx6500PCTRaccControlIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.7.1.1 |
cdx6500PCTRaccControlTypeAccess 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.7.1.2 |
cdx6500PCTRaccControlSrcAdSource 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.7.1.3 |
cdx6500PCTRaccControlSrcMaskAddress 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.7.1.4 |
cdx6500PCTRaccControlDstAdDestination 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.7.1.5 |
cdx6500PCTRaccControlDstMaskAddress 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.7.1.6 |
cdx6500PCTRaccControlFstProtFirst 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.7.1.7 |
cdx6500PCTRaccControlLstProtLast 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.7.1.8 |
cdx6500PCTRaccControlFstPortFirst 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.rwdeprecated INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.7.1.9 |
cdx6500PCTRaccControlLstPortLast 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.rwdeprecated INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.7.1.10 |
cdx6500PCTRaccControlSrcPortSource 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.7.1.11 |
cdx6500PCTRaccControlDstPortDestination 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.7.1.12 |
cdx6500PCTRaccControlInInifaceInbound 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.7.1.13 |
cdx6500PCTRaccControlOutInifaceOutbound 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.7.1.14 |
cdx6500PCTRaccControlInLconInbound 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.7.1.15 |
cdx6500PCTRaccControlOutLconOutbound 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.7.1.16 |
cdx6500PCTRAcceptRIPRouteTableIP Accept RIP Route Table.
This table is now called Rip Route Control Table.
Access RIP Route Control Table to get these valuesobsolete SEQUENCE OF Cdx6500PCTRAcceptRIPRouteEntry .1.3.6.1.4.1.449.2.1.2.1.5.8 |
cdx6500PCTRAcceptRIPRouteEntryIP Accept RIP Route Table.
This table is now called Rip Route Control Table.
Access RIP Route Control Table to get these valuesobsolete Cdx6500PCTRAcceptRIPRouteEntry .1.3.6.1.4.1.449.2.1.2.1.5.8.1 |
cdx6500PCTRAcceptRIPRouteIndexTable Index.obsolete INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.8.1.1 |
cdx6500PCTRAcceptRIPRouteIpNetThis 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.obsolete IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.8.1.2 |
cdx6500PCTRifConfTableIP Interface Table. SEQUENCE OF Cdx6500PCTRifConfEntry .1.3.6.1.4.1.449.2.1.2.1.5.9 |
cdx6500PCTRifConfEntryA row of IP configurables. Cdx6500PCTRifConfEntry .1.3.6.1.4.1.449.2.1.2.1.5.9.1 |
cdx6500PCTRifConfIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.1 |
cdx6500PCTRifConfIfNumInterface 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.2 |
cdx6500PCTRifConfIpAdIP 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.9.1.3 |
cdx6500PCTRifConfAdMaskAddress 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.9.1.4 |
cdx6500PCTRifConfOvrDefRouteOverride 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.5 |
cdx6500PCTRifConfOvrStatRouteOverride 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.6 |
cdx6500PCTRifConfSndgDefRouteAdvertise 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.7 |
cdx6500PCTRifConfSndgNetRouteAdvertise 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.8 |
cdx6500PCTRifConfSndgSubRouteAdvertise 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.9 |
cdx6500PCTRifConfSndgStatRouteAdvertise 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.10 |
cdx6500PCTRifConfRcvgRipPktsAccept 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.11 |
cdx6500PCTRifConfRcvgDynNetsLearn 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.12 |
cdx6500PCTRifConfRcvgDynSubsLearn 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.13 |
cdx6500PCTRifConfTagAsNumAS 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.14 |
cdx6500PCTRifConfBcastStyleBroadcast 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.15 |
cdx6500PCTRifConfBcastFillBroadcast Fill Pattern. Specifies the IP broadcast fill
pattern the router will use when broadcasting on this
interface. See Broadcast Style, cdx6500PCTRifConfBcastStyle.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.16 |
cdx6500PCTRifMaxIpMTUSizeSpecifies the Maximum Transmission Unit to be used.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.17 |
cdx6500PCTRifConfSplitHorizonThis parameter enables/disables the IP RIP
split horizon.
newvalDisabled : same functionality as 'disabled', new
enumeration added for RFC1155 compatibility.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.18 |
cdx6500PCTRifConfSrThis 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.19 |
cdx6500PCTRifRipMetricThe cost,in number of hops to receive a packet through this
interface. This is the cost of direct route in this interface.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.20 |
cdx6500PCTRifSendRipVerSend 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.rw DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.9.1.21 |
cdx6500PCTRifSendAggRoutesWhen disabled, this parameter indicates that when sending routes
to this interface, aggregated routing information is converted
into non aggregated routing information.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.22 |
cdx6500PCTRifAuthTypeThis defines the type of authenticaton to be used for
RIPv2 Packets.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.23 |
cdx6500PCTRifAuthKeyThis is the Authentication key sent in the RIP packet.rw DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.9.1.24 |
cdx6500PCTRifOnDemandRipEnable : Enables on demand RIP for the interface
Disable : Disables on demand RIP for the interface.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.25 |
cdx6500PCTRifTrigUpdateNone : 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.26 |
cdx6500PCTRifSecPrdBcastIntvFull RIP updates will be sent periodically with the
time interval configured in seconds.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.27 |
cdx6500PCTRifRoutInvldTimeSpecifies time in sec after which the route will be
marked unreachable.The time interval should be
a multiple of 10.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.28 |
cdx6500PCTRifRoutFlushTimeSpecifies time in sec after which the route will be
deleted from the routing table.The time interval should be
a multiple of 10.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.9.1.29 |
cdx6500PCTRifRdpEnableEnables/Disables the advertising of this interface's address
for Router Discovery (RFC 1256).rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.9.1.30 |
cdx6500PCTRifRdpLevelSpecifies the preferability of this interface's address
as the default router address on the interface's subnet.
Range : 0 - 0xffffffff.rw DisplayString (SNMPv2-TC) .1.3.6.1.4.1.449.2.1.2.1.5.9.1.31 |
cdx6500PCTRbootpServTableIP BOOTP Server Table. SEQUENCE OF Cdx6500PCTRbootpServEntry .1.3.6.1.4.1.449.2.1.2.1.5.10 |
cdx6500PCTRbootpServEntryA row of IP configurables. Cdx6500PCTRbootpServEntry .1.3.6.1.4.1.449.2.1.2.1.5.10.1 |
cdx6500PCTRbootpServIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.10.1.1 |
cdx6500PCTRbootpServAdBOOTP 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.10.1.2 |
cdx6500PCTRegpAsTableIP EGP AS Information Table. SEQUENCE OF Cdx6500PCTRegpAsEntry .1.3.6.1.4.1.449.2.1.2.1.5.11 |
cdx6500PCTRegpAsEntryA row of IP configurables. Cdx6500PCTRegpAsEntry .1.3.6.1.4.1.449.2.1.2.1.5.11.1 |
cdx6500PCTRegpAsIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.11.1.1 |
cdx6500PCTRegpAsNeighAsNeighboring 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.11.1.2 |
cdx6500PCTRegpAsInterchFlagInterchange 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.11.1.3 |
cdx6500PCTRegpAsUseEgMetricUse 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.11.1.4 |
cdx6500PCTRegpAsDefMetricDefault 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.11.1.5 |
cdx6500PCTRegpNeighTableIP EGP Neighbor Table. SEQUENCE OF Cdx6500PCTRegpNeighEntry .1.3.6.1.4.1.449.2.1.2.1.5.12 |
cdx6500PCTRegpNeighEntryA row of IP configurables. Cdx6500PCTRegpNeighEntry .1.3.6.1.4.1.449.2.1.2.1.5.12.1 |
cdx6500PCTRegpNeighIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.12.1.1 |
cdx6500PCTRegpNeighIdAdNeighbor IP Address. IP address of an EGP neighbor in dotted
notation.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.12.1.2 |
cdx6500PCTRegpNeighAsNeighboring AS. Autonomous System number of the EGP neighbor.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.12.1.3 |
cdx6500PCTRipParamBootpFwdgBOOTP 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.13 |
cdx6500PCTRipParamBootpMaxHopsBOOTP 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.14 |
cdx6500PCTRipParamBootpSbfBOOTP 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.15 |
cdx6500PCTRipParamEgpSysNumEGP 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.16 |
cdx6500PCTRipParamEgpReadvertEGP 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.17 |
cdx6500PCTRipParamRipRIP 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.18 |
cdx6500PCTRipParamRipOrigDefOriginate 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.19 |
cdx6500PCTRipParamAdvDefMetCostAdvertised 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.20 |
cdx6500PCTRipParamNextHopDefGwayDefault 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.21 |
cdx6500PCTRipParamDistDefGwayDefault Gateway Metric. The cost metric for a transmission to
this router's default gateway, usually given as the number of
network hops.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.22 |
cdx6500PCTRipParamRoutTableSizeRouting Table Size. The maximum number of routes that may be
stored in the IP routing table.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.23 |
cdx6500PCTRipParamDirBcastDirected 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.24 |
cdx6500PCTRipParamInternalNetMaskThis 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.25 |
cdx6500PCTRipParamInternalIpAdThis 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.26 |
cdx6500PCTRipParamCacheSizeIP 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.27 |
cdx6500PCTRipParamReasmBuffSizeReassembly 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.rw INTEGER (2048.. 65535) .1.3.6.1.4.1.449.2.1.2.1.5.28 |
cdx6500PCTRipParamAccessCntrlAccess Control. Globally enables or disables operation of the
IP Access Control table.
newvalDisabled : same functionality as 'disabled', new
enumeration added for RFC1155 compatibility.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.29 |
cdx6500PCTRdefSubGwayTableIP Default Subnet Gateway Table. SEQUENCE OF Cdx6500PCTRdefSubGwayEntry .1.3.6.1.4.1.449.2.1.2.1.5.30 |
cdx6500PCTRdefSubGwayEntryA row of IP configurables. Cdx6500PCTRdefSubGwayEntry .1.3.6.1.4.1.449.2.1.2.1.5.30.1 |
cdx6500PCTRdefSubGwayIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.30.1.1 |
cdx6500PCTRdefSubGwaySubnetAdTop-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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.30.1.2 |
cdx6500PCTRdefSubGwayNextHopAdNext 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.30.1.3 |
cdx6500PCTRdefSubGwayDistToGwayMetric 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.30.1.4 |
cdx6500PCTRStaticRouteTableIP Route Table. SEQUENCE OF Cdx6500PCTRStaticRouteEntry .1.3.6.1.4.1.449.2.1.2.1.5.31 |
cdx6500PCTRStaticRouteEntryA row of IP configurables. Cdx6500PCTRStaticRouteEntry .1.3.6.1.4.1.449.2.1.2.1.5.31.1 |
cdx6500PCTRipRouteIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.31.1.1 |
cdx6500PCTRipRouteIpNetworkIP Network/Subnet. The IP address of a destination network or
subnetwork Host addresses are not included in the route table.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.31.1.2 |
cdx6500PCTRipRouteIpMaskIP 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.31.1.3 |
cdx6500PCTRipRouteNextHopNext 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.31.1.4 |
cdx6500PCTRipRouteCostCost. The distance or cost metric to the destination. It is
interpreted as a number of hops.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.31.1.5 |
cdx6500PCTRoutInterchTableIP Output Interchange Table. SEQUENCE OF Cdx6500PCTRoutInterchEntry .1.3.6.1.4.1.449.2.1.2.1.5.32 |
cdx6500PCTRoutInterchEntryA row of IP configurables. Cdx6500PCTRoutInterchEntry .1.3.6.1.4.1.449.2.1.2.1.5.32.1 |
cdx6500PCTRoutInterchIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.32.1.1 |
cdx6500PCTRoutInterchInterchNeighAsNeighboring 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.32.1.2 |
cdx6500PCTRoutInterchSourceAsSource 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.32.1.3 |
cdx6500PCTRoutInterchIpNetworkIP Network. The address of the local IP network for which
routing information will be advertised.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.32.1.4 |
cdx6500PCTRoutInterchUseIgpMetricUse 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.32.1.5 |
cdx6500PCTRoutInterchMetricMetric. 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.32.1.6 |
cdx6500PCTRinInterchTableIP Input Interchange Table. SEQUENCE OF Cdx6500PCTRinInterchEntry .1.3.6.1.4.1.449.2.1.2.1.5.33 |
cdx6500PCTRinInterchEntryA row of IP configurables. Cdx6500PCTRinInterchEntry .1.3.6.1.4.1.449.2.1.2.1.5.33.1 |
cdx6500PCTRinInterchIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.33.1.1 |
cdx6500PCTRinInterchNeighAsNeighboring 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.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.33.1.2 |
cdx6500PCTRinInterchIpNetworkIP Network. The IP address of a network for which EGP
received routing information.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.33.1.3 |
cdx6500PCTRinInterchUseEgpMetricUse 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.33.1.4 |
cdx6500PCTRinInterchMetricMetric. A configured cost of the route.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.33.1.5 |
cdx6500PCTRfilterTableIP Filter Table. SEQUENCE OF Cdx6500PCTRfilterEntry .1.3.6.1.4.1.449.2.1.2.1.5.34 |
cdx6500PCTRfilterEntryA row of IP configurables. Cdx6500PCTRfilterEntry .1.3.6.1.4.1.449.2.1.2.1.5.34.1 |
cdx6500PCTRfilterIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.34.1.1 |
cdx6500PCTRfilterDstIpAdDestination 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.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.34.1.2 |
cdx6500PCTRfilterAdMaskAddress Mask. Network (or Subnetwork) Address mask associated
with the network/subnet address to filter.rw IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.34.1.3 |
cdx6500PCTRifState1Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.35 |
cdx6500PCTRifState2Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.36 |
cdx6500PCTRifState3Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.37 |
cdx6500PCTRifState4Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.38 |
cdx6500PCTRifState5Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.39 |
cdx6500PCTRifState6Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.40 |
cdx6500PCTRifState7Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.41 |
cdx6500PCTRifState8Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.42 |
cdx6500PCTRifState9Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.43 |
cdx6500PCTRifState10Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.44 |
cdx6500PCTRifState11Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.45 |
cdx6500PCTRifState12Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.46 |
cdx6500PCTRifState13Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.47 |
cdx6500PCTRifState14Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.48 |
cdx6500PCTRifState15Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.49 |
cdx6500PCTRifState16Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.50 |
cdx6500PCTRifState17Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.51 |
cdx6500PCTRifState18Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.52 |
cdx6500PCTRifState19Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.53 |
cdx6500PCTRifState20Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.54 |
cdx6500PCTRifState21Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.55 |
cdx6500PCTRifState22Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.56 |
cdx6500PCTRifState23Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.57 |
cdx6500PCTRifState24Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.58 |
cdx6500PCTRifState25Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.59 |
cdx6500PCTRifState26Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.60 |
cdx6500PCTRifState27Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.61 |
cdx6500PCTRifState28Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.62 |
cdx6500PCTRifState29Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.63 |
cdx6500PCTRifState30Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.64 |
cdx6500PCTRifState31Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.65 |
cdx6500PCTRifState32Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.66 |
cdx6500PCTRifState33Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.67 |
cdx6500PCTRifState34Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.68 |
cdx6500PCTRifState35Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.69 |
cdx6500PCTRifState36Interface #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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.70 |
cdx6500PCTReventsTableIP Events Table. SEQUENCE OF Cdx6500PCTReventsEntry .1.3.6.1.4.1.449.2.1.2.1.5.71 |
cdx6500PCTReventsEntryA row of IP configurables. Cdx6500PCTReventsEntry .1.3.6.1.4.1.449.2.1.2.1.5.71.1 |
cdx6500PCTReventsIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.71.1.1 |
cdx6500PCTReventsSubsystemProtocol. 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.71.1.2 |
cdx6500PCTReventsPerPktTracePer 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.71.1.3 |
cdx6500PCTReventsUnusualOperUnusual Operation. Enables/Disables reporting of unusual
conditions such as detected packet format errors.
newvalDisabled : same functionality as 'disabled', new
enumeration added for RFC1155 compatibility.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.71.1.4 |
cdx6500PCTReventsCommonOperCommon 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.71.1.5 |
cdx6500PCTRpriorityIpTrafficIP 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.72 |
cdx6500PCTRpriorityIpxTrafficIPX 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.73 |
cdx6500PCTRMaxIpInterfacesSpecifies the maximum number of IP Interfaces that
may be configuredrw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.74 |
cdx6500PCTRAllSubnetBrcastEnables/Disables the duplication and forwarding of IP
packets which are destined for all hosts on all subnetworks
of an IP network.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.75 |
cdx6500PCTRIpFwdEnableEnables/Disables the IP Broadcast Forwarding Feature.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.76 |
cdx6500PCTRUdpFwdEnableEnables/Disables the UDP Broadcast Forwarding Feature.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.77 |
cdx6500PCTRpriorityAp2TrafficAppleTalk 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.rw Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.78 |
cdx6500PCTRarpParamMaxQueueSpecifies the maximum Protocol packets which can be queued
awaiting address resolution.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.79 |
cdx6500PCTRarpParamTimeRetxTime(in seconds) to resend an ARP Request for a protocol
address awaiting resolution.rw INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.80 |
cdx6500PCTRRIPRouteControlTableIP RIP Route Control Table. SEQUENCE OF Cdx6500PCTRRIPRouteControlEntry .1.3.6.1.4.1.449.2.1.2.1.5.81 |
cdx6500PCTRRIPRouteControlEntryIP RIP Route Control Table. Cdx6500PCTRRIPRouteControlEntry .1.3.6.1.4.1.449.2.1.2.1.5.81.1 |
cdx6500PCTRRIPRouteControlIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.81.1.1 |
cdx6500PCTRRIPRouteControlIpNetIP 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.ro IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.81.1.2 |
cdx6500PCTRRIPRouteControlIpMskIP 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.ro IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.81.1.3 |
cdx6500PCTRRRCInInifaceInbound 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.81.1.4 |
cdx6500PCTRRRCOutInifaceOutbound 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.81.1.5 |
cdx6500PCTRtunnelTableTunnel Table SEQUENCE OF Cdx6500PCTRtunnelEntry .1.3.6.1.4.1.449.2.1.2.1.5.82 |
cdx6500PCTRtunnelEntryTunnel configurables. Cdx6500PCTRtunnelEntry .1.3.6.1.4.1.449.2.1.2.1.5.82.1 |
cdx6500PCTRtunnelIndexTable Index.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.82.1.1 |
cdx6500PCTRtunnelProtThis parameter specifies the protocol used for tunneling.
This defaults to GRE (Generic Routing Encapsulation)ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.82.1.2 |
cdx6500PCTRtunnelGreCksSqnThis 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+SQNro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.82.1.3 |
cdx6500PCTRtunnelGreResyncCntrThis 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 Tablero INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.82.1.4 |
cdx6500PCTRtunnelSrcAddrSource Address. This is the source address of the tunnel. This
address is put into the source field of the tunnel packet.ro IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.82.1.5 |
cdx6500PCTRtunnelDstAddrDestination 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.ro IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.82.1.6 |
cdx6500PCTRtunnelLconNoThis 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.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.82.1.7 |
cdx6500PCTRtunnelPayProtThis 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.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.82.1.8 |
cdx6500PCTRtunnelIfNoThis 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.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.82.1.9 |
cdx6500PCTRtunnelRtpHdrComProfThis parameter specifies the profile name in the RTP/UDP/IP
compression profile table.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.82.1.10 |
cdx6500PCTRtunnelBrdgLnkNoThis 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.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.82.1.11 |
cdx6500PCTRtunnelEncrProfThis parameter specifies the profile name of the encryption
profile table.ro DisplayString .1.3.6.1.4.1.449.2.1.2.1.5.82.1.12 |
cdx6500PCTRtunnelDebugThis parameter enables reports for diagnostic purposes in the
data passing state.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.82.1.13 |
cdx6500PCTRtunnelLANnxthopAddrLAN 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.ro IpAddress .1.3.6.1.4.1.449.2.1.2.1.5.82.1.14 |
cdx6500PCTRifStateConfTableIP Interfaces States Table. SEQUENCE OF Cdx6500PCTRifStateConfEntry .1.3.6.1.4.1.449.2.1.2.1.5.83 |
cdx6500PCTRifStateConfEntryA row of IP Interfaces States configurables. Cdx6500PCTRifStateConfEntry .1.3.6.1.4.1.449.2.1.2.1.5.83.1 |
cdx6500PCTRifStateConfIndexTable 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.ro INTEGER .1.3.6.1.4.1.449.2.1.2.1.5.83.1.1 |
cdx6500PCTRifStateConfStateInterfaces 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.ro Enumeration .1.3.6.1.4.1.449.2.1.2.1.5.83.1.2 |
cdx6500Statistics OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.3 |
cdx6500StatProtocolGroup OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.3.1 |
cdx6500PSTRouterGroup OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.3.1.4 |
proProtoIpDefGwAddressThe Internet address of the default
gateway for the router.ro IpAddress .1.3.6.1.4.1.449.2.1.3.1.4.1 |
proProtoIpDefGwCostThe cost of the default gateway for the router.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.2 |
proProtoIpDefGwAgeThe age of the default gateway for the router.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.3 |
cdx6500PSTRtunnelTableTunnel Statistics Table SEQUENCE OF Cdx6500PSTRtunnelEntry .1.3.6.1.4.1.449.2.1.3.1.4.4 |
cdx6500PSTRtunnelEntryTunnel Statistics. Cdx6500PSTRtunnelEntry .1.3.6.1.4.1.449.2.1.3.1.4.4.1 |
cdx6500PSTRtunnelIndexTable Indexro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.1 |
cdx6500PSTRtunnelIpPktInThis parameter specifies the number of IP packets that have been
received by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.2 |
cdx6500PSTRtunnelIpPktOutThis parameter specifies the number of IP packets that have been
sent out by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.3 |
cdx6500PSTRtunnelIpPktDiscThis parameter specifies the number of IP packets that have
been discarded by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.4 |
cdx6500PSTRtunnelIpxPktInThis parameter specifies the number of IPX packets that have been
received by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.5 |
cdx6500PSTRtunnelIpxPktOutThis parameter specifies the number of IPX packets that have been
sent out by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.6 |
cdx6500PSTRtunnelIpxPktDiscThis parameter specifies the number of IPX packets that have
been discarded by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.7 |
cdx6500PSTRtunnelSrcAddrSource Address. This is the source address of the tunnel. This
address is put into the source field of the tunnel packet.ro IpAddress .1.3.6.1.4.1.449.2.1.3.1.4.4.1.8 |
cdx6500PSTRtunnelDstAddrDestination 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.ro IpAddress .1.3.6.1.4.1.449.2.1.3.1.4.4.1.9 |
cdx6500PSTRtunnelPayProtThis 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.ro Enumeration .1.3.6.1.4.1.449.2.1.3.1.4.4.1.10 |
cdx6500PSTRtunnelEncrStatusThis parameter gives the status of the ENCRYPTION Channelro DisplayString .1.3.6.1.4.1.449.2.1.3.1.4.4.1.11 |
cdx6500PSTRtunnelRuihcStatusThis parameter gives the status of the RTP/UDP/IP Header
Compression of the given tunnelro Enumeration .1.3.6.1.4.1.449.2.1.3.1.4.4.1.12 |
cdx6500PSTRtunnelBrdgPktInThis parameter specifies the number of BRIDGE packets that have been
received by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.13 |
cdx6500PSTRtunnelBrdgPktOutThis parameter specifies the number of BRIDGE packets that have been
sent out by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.14 |
cdx6500PSTRtunnelBrdgPktDiscThis parameter specifies the number of BRIDGE packets that have
been discarded by the tunnel.ro INTEGER .1.3.6.1.4.1.449.2.1.3.1.4.4.1.15 |
cdx6500Controls OBJECT IDENTIFIER .1.3.6.1.4.1.449.2.1.4 |