MIBs Depot

NETSCREEN-RIPv2-MIB

Registered at
1.3.6.1.4.1.3224.18.4
Last updated
2005-06-03 20:22
Organization
IETF RIP-II Working Group
Namespace
screenos
Source file
NETSCREEN-RIPv2-MIB
Digest
sha256:6a512f8448d5c6b5ed48684b04c9a3c77f9b3c8c949fb70519b0834a090bc903

Description

The MIB module to describe the RIP2 Version 2 Protocol

Contact

Fred Baker Postal: Cisco Systems 519 Lado Drive Santa Barbara, California 93111 Tel: +1 805 681 0115 E-Mail: fbaker@cisco.com Postal: Gary Malkin Xylogics, Inc. 53 Third Avenue Burlington, MA 01803 Phone: (617) 272-8140 EMail: gmalkin@Xylogics.COM

Imports

FromSymbols
NETSCREEN-SMInetscreenVR
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso
SNMPv2-TCDisplayString, RowStatus, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

NETSCREEN-RIPv2-MIB
NETSCREEN-SMI
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
RouteTag
TEXTUAL-CONVENTION
the RouteTag type represents the contents of the Route Domain field in the packet header or route entry
deprecated

Objects

NameOIDSyntaxAccessStatus
nsRip2GlobalsTable
OBJECT-TYPE
A list of RIP2 Globals per VR.
1.3.6.1.4.1.3224.18.4.1not-accessibledeprecated
nsRip2GlobalsEntry
OBJECT-TYPE
One VR's Globals.
1.3.6.1.4.1.3224.18.4.1.1not-accessibledeprecated
nsRip2GlobalRouteChanges
OBJECT-TYPE
The number of route changes made to the IP Route Database by RIP. This does not include the refresh of a route's age.
1.3.6.1.4.1.3224.18.4.1.1.1Counter32read-onlydeprecated
nsRip2GlobalQueries
OBJECT-TYPE
The number of responses sent to RIP queries from other systems.
1.3.6.1.4.1.3224.18.4.1.1.2Counter32read-onlydeprecated
nsRip2GlobalVRID
OBJECT-TYPE
Virtual Router ID
1.3.6.1.4.1.3224.18.4.1.1.3INTEGER (0..65535)read-onlydeprecated
nsRip2IfStatTable
OBJECT-TYPE
A list of subnets which require separate status monitoring in RIP.
1.3.6.1.4.1.3224.18.4.2not-accessibledeprecated
nsRip2IfStatEntry
OBJECT-TYPE
A Single Routing Domain in a single Subnet.
1.3.6.1.4.1.3224.18.4.2.1not-accessibledeprecated
nsRip2IfStatAddress
OBJECT-TYPE
The IP Address of this system on the indicated subnet. For unnumbered interfaces, the value 0.0.0.N, where the least significant 24 bits (N) is the ifIndex for the IP Interface in network byte order.
1.3.6.1.4.1.3224.18.4.2.1.1IpAddressread-onlydeprecated
nsRip2IfStatRcvBadPackets
OBJECT-TYPE
The number of RIP response packets received by the RIP process which were subsequently discarded for any reason (e.g. a version 0 packet, or an unknown command type).
1.3.6.1.4.1.3224.18.4.2.1.2Counter32read-onlydeprecated
nsRip2IfStatRcvBadRoutes
OBJECT-TYPE
The number of routes, in valid RIP packets, which were ignored for any reason (e.g. unknown address family, or invalid metric).
1.3.6.1.4.1.3224.18.4.2.1.3Counter32read-onlydeprecated
nsRip2IfStatSentUpdates
OBJECT-TYPE
The number of triggered RIP updates actually sent on this interface. This explicitly does NOT include full updates sent containing new information.
1.3.6.1.4.1.3224.18.4.2.1.4Counter32read-onlydeprecated
nsRip2IfStatStatus
OBJECT-TYPE
Writing invalid has the effect of deleting this interface.
1.3.6.1.4.1.3224.18.4.2.1.5RowStatusread-createdeprecated
nsRip2IfStatVRID
OBJECT-TYPE
Virtual Router ID
1.3.6.1.4.1.3224.18.4.2.1.6INTEGER (0..65535)read-onlydeprecated
nsRip2IfConfTable
OBJECT-TYPE
A list of subnets which require separate configuration in RIP.
1.3.6.1.4.1.3224.18.4.3not-accessibledeprecated
nsRip2IfConfEntry
OBJECT-TYPE
A Single Routing Domain in a single Subnet.
1.3.6.1.4.1.3224.18.4.3.1not-accessibledeprecated
nsRip2IfConfAddress
OBJECT-TYPE
The IP Address of this system on the indicated subnet. For unnumbered interfaces, the value 0.0.0.N, where the least significant 24 bits (N) is the ifIndex for the IP Interface in network byte order.
1.3.6.1.4.1.3224.18.4.3.1.1IpAddressread-onlydeprecated
nsRip2IfConfDomain
OBJECT-TYPE
Value inserted into the Routing Domain field of all RIP packets sent on this interface.
1.3.6.1.4.1.3224.18.4.3.1.2RouteTagread-createobsolete
nsRip2IfConfAuthType
OBJECT-TYPE
The type of Authentication used on this interface.
1.3.6.1.4.1.3224.18.4.3.1.3INTEGER {noAuthentication(1), simplePassword(2), md5(3)}read-createdeprecated
nsRip2IfConfAuthKey
OBJECT-TYPE
The value to be used as the Authentication Key whenever the corresponding instance of nsRip2IfConfAuthType has a value other than noAuthentication. A modification of the corresponding instance of nsRip2IfConfAuthType does not modify the nsRip2IfConfAuthKey value. If a string shorter than 16 octets is supplied, it will be left- justified and padded to 16 octets, on the right, with nulls (0x00). Reading this object always results in an OCTET STRING of length zero; authentication may not be bypassed by reading the MIB object.
1.3.6.1.4.1.3224.18.4.3.1.4OCTET STRING (SIZE(0..16))read-createdeprecated
nsRip2IfConfSend
OBJECT-TYPE
What the router sends on this interface. ripVersion1 implies sending RIP updates compliant with RFC 1058. rip1Compatible implies broadcasting RIP-2 updates using RFC 1058 route subsumption rules. ripVersion2 implies multicasting RIP-2 updates. ripV1Demand indicates the use of Demand RIP on a WAN interface under RIP Version 1 rules. ripV2Demand indicates the use of Demand RIP on a WAN interface under Version 2 rules.
1.3.6.1.4.1.3224.18.4.3.1.5INTEGER {doNotSend(1), ripVersion1(2), rip1Compatible(3), ripVersion2(4), ripV1Demand(5), ripV2Demand(6)}read-createdeprecated
nsRip2IfConfReceive
OBJECT-TYPE
This indicates which version of RIP updates are to be accepted. Note that rip2 and rip1OrRip2 implies reception of multicast packets.
1.3.6.1.4.1.3224.18.4.3.1.6INTEGER {rip1(1), rip2(2), rip1OrRip2(3), doNotRecieve(4)}read-createdeprecated
nsRip2IfConfDefaultMetric
OBJECT-TYPE
This variable indicates the metric that is to be used for the default route entry in RIP updates originated on this interface. A value of zero indicates that no default route should be originated; in this case, a default route via another router may be propagated.
1.3.6.1.4.1.3224.18.4.3.1.7INTEGER (0..15)read-createdeprecated
nsRip2IfConfStatus
OBJECT-TYPE
Writing invalid has the effect of deleting this interface.
1.3.6.1.4.1.3224.18.4.3.1.8RowStatusread-createdeprecated
nsRip2IfConfSrcAddress
OBJECT-TYPE
The IP Address this system will use as a source address on this interface. If it is a numbered interface, this MUST be the same value as nsRip2IfConfAddress. On unnumbered interfaces, it must be the value of nsRip2IfConfAddress for some interface on the system.
1.3.6.1.4.1.3224.18.4.3.1.9IpAddressread-createdeprecated
nsRip2IfConfVRID
OBJECT-TYPE
Virtual Router ID
1.3.6.1.4.1.3224.18.4.3.1.10INTEGER (0..65535)read-onlydeprecated
nsRip2PeerTable
OBJECT-TYPE
A list of RIP Peers.
1.3.6.1.4.1.3224.18.4.4not-accessibledeprecated
nsRip2PeerEntry
OBJECT-TYPE
Information regarding a single routing peer.
1.3.6.1.4.1.3224.18.4.4.1not-accessibledeprecated
nsRip2PeerAddress
OBJECT-TYPE
The IP Address that the peer is using as its source address. Note that on an unnumbered link, this may not be a member of any subnet on the system.
1.3.6.1.4.1.3224.18.4.4.1.1IpAddressread-onlydeprecated
nsRip2PeerDomain
OBJECT-TYPE
The value in the Routing Domain field in RIP packets received from the peer. As domain suuport is deprecated, this must be zero.
1.3.6.1.4.1.3224.18.4.4.1.2RouteTagread-onlydeprecated
nsRip2PeerLastUpdate
OBJECT-TYPE
The value of sysUpTime when the most recent RIP update was received from this system.
1.3.6.1.4.1.3224.18.4.4.1.3TimeTicksread-onlydeprecated
nsRip2PeerVersion
OBJECT-TYPE
The RIP version number in the header of the last RIP packet received.
1.3.6.1.4.1.3224.18.4.4.1.4INTEGER (0..255)read-onlydeprecated
nsRip2PeerRcvBadPackets
OBJECT-TYPE
The number of RIP response packets from this peer discarded as invalid.
1.3.6.1.4.1.3224.18.4.4.1.5Counter32read-onlydeprecated
nsRip2PeerRcvBadRoutes
OBJECT-TYPE
The number of routes from this peer that were ignored because the entry format was invalid.
1.3.6.1.4.1.3224.18.4.4.1.6Counter32read-onlydeprecated
nsRip2PeerVRID
OBJECT-TYPE
Virtual Router ID
1.3.6.1.4.1.3224.18.4.4.1.7INTEGER (0..65535)read-onlydeprecated