RC-IPV6-MIB

File: RC-IPV6-MIB.mib (81350 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB RFC1213-MIB INET-ADDRESS-MIB
IPV6-TC RAPID-CITY SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter32 IpAddress Gauge32
Unsigned32 DisplayString TruthValue
MacAddress RowStatus TimeStamp
TEXTUAL-CONVENTION RowPointer DateAndTime
StorageType MODULE-COMPLIANCE OBJECT-GROUP
InterfaceIndex InterfaceIndexOrZero PhysAddress
InetAddressType InetAddress InetPortNumber
Ipv6AddressIfIdentifier Ipv6Address Ipv6IfIndex
rcIpv6 SnmpAdminString

Defined Types

IpAddressOriginTC  
The origin of the address. manual(2) indicates that the address was manually configured to a specified address, e.g. by user configuration. dhcp(4) indicates an address that was assigned to this system by a DHCP server. linklayer(5) indicates an address created by IPv6 stateless auto-configuration. random(6) indicates an address chosen by the system at random, e.g. an IPv4 address within 169.254/16, or an RFC 3041 privacy address.
TEXTUAL-CONVENTION    
  INTEGER other(1), manual(2), dhcp(4), linklayer(5), random(6)  

IpAddressStatusTC  
The status of an address. Most of the states correspond to states from the IPv6 Stateless Address Autoconfiguration protocol [5]. The preferred(1) state indicates that this is a valid address that can appear as the destination or source address of a packet. The deprecated(2) state indicates that this is a valid but deprecated address that should no longer be used as a source address in new communications, but packets addressed to such an address are processed as expected. The invalid(3) state indicates that this isn't a valid address and it shouldn't appear as the destination or source address of a packet. The inaccessible(4) state indicates that the address is not accessible because the interface to which this address is assigned is not operational. The unknown(5) state indicates that the status can not be determined for some reason. The tentative(6) state indicates the uniqueness of the address on the link is being verified. Addresses in this state should not be used for general communication and should only be used to determine the uniqueness of the address. The duplicate(7) state indicates the address has been determined to be non-unique on the link and so must not be used. In the absence of other information, an IPv4 address is always preferred(1).
TEXTUAL-CONVENTION    
  INTEGER preferred(1), deprecated(2), invalid(3), inaccessible(4), unknown(5), tentative(6), duplicate(7)  

Ipv6NextHdr  
The ipv6 next header to look for.
TEXTUAL-CONVENTION    
  INTEGER hop-by-hop(0), icmpv4(1), igmpv4(2), ipInIp(4), tcp(6), egp(8), udp(17), ipv6(41), routing(43), frag(44), rsvp(46), ipsecESP(50), ipsecAh(51), icmpv6(58), noNxtHdr(59), destOptions(60), undefined(255)  

RcIpv6InterfaceEntry  
SEQUENCE    
  rcIpv6InterfaceIfIndex InterfaceIndex
  rcIpv6InterfaceIdentifier Ipv6AddressIfIdentifier
  rcIpv6InterfaceIdentifierLength INTEGER
  rcIpv6InterfaceDescr DisplayString
  rcIpv6InterfaceVlanId INTEGER
  rcIpv6InterfaceType INTEGER
  rcIpv6InterfaceReasmMaxSize INTEGER
  rcIpv6InterfacePhysAddress PhysAddress
  rcIpv6InterfaceAdminStatus TruthValue
  rcIpv6InterfaceOperStatus INTEGER
  rcIpv6InterfaceReachableTime INTEGER
  rcIpv6InterfaceRetransmitTime INTEGER
  rcIpv6InterfaceMulticastAdminStatus TruthValue
  rcIpv6InterfaceRowStatus RowStatus
  rcIpv6InterfaceDhcpEnabled TruthValue

RcIpv6AddressEntry  
SEQUENCE    
  rcIpv6AddressIfIndex InterfaceIndex
  rcIpv6AddressAddr Ipv6Address
  rcIpv6AddressType INTEGER
  rcIpv6AddressPrefixLength INTEGER
  rcIpv6AddressPrefix RowPointer
  rcIpv6AddressOrigin IpAddressOriginTC
  rcIpv6AddressStatus IpAddressStatusTC
  rcIpv6AddressCreated TimeStamp
  rcIpv6AddressLastChanged TimeStamp
  rcIpv6AddressRowStatus RowStatus

RcIpv6PrefixEntry  
SEQUENCE    
  rcIpv6PrefixIfIndex InterfaceIndex
  rcIpv6PrefixAddr Ipv6Address
  rcIpv6PrefixLength INTEGER
  rcIpv6PrefixVlanId INTEGER
  rcIpv6PrefixUseDefaultVal BITS
  rcIpv6PrefixValidLife Integer32
  rcIpv6PrefixPreferredLife Integer32
  rcIpv6PrefixAtValidLife DateAndTime
  rcIpv6PrefixAtPreferredLife DateAndTime
  rcIpv6PrefixInfinite TruthValue
  rcIpv6PrefixOnLinkFlag TruthValue
  rcIpv6PrefixAutoFlag TruthValue
  rcIpv6PrefixAddressEui INTEGER
  rcIpv6PrefixNoAdvertise TruthValue
  rcIpv6PrefixRowStatus RowStatus

RcIpv6RouterAdvertEntry  
SEQUENCE    
  rcIpv6RouterAdvertIfIndex InterfaceIndex
  rcIpv6RouterAdvertSendAdverts TruthValue
  rcIpv6RouterAdvertUseDefaultVal BITS
  rcIpv6RouterAdvertMaxInterval INTEGER
  rcIpv6RouterAdvertMinInterval INTEGER
  rcIpv6RouterAdvertReachableTime INTEGER
  rcIpv6RouterAdvertRetransmitTimer INTEGER
  rcIpv6RouterAdvertDefaultLifeTime INTEGER
  rcIpv6RouterAdvertCurHopLimit INTEGER
  rcIpv6RouterAdvertManagedFlag TruthValue
  rcIpv6RouterAdvertOtherConfigFlag TruthValue
  rcIpv6RouterAdvertDadNsNum INTEGER
  rcIpv6RouterAdvertLinkMTU Unsigned32

RcIpv6StaticRouteEntry  
SEQUENCE    
  rcIpv6StaticRouteDest Ipv6Address
  rcIpv6StaticRoutePrefixLength INTEGER
  rcIpv6StaticRouteNextHop Ipv6Address
  rcIpv6StaticRouteIfIndex InterfaceIndex
  rcIpv6StaticRouteDistance INTEGER
  rcIpv6StaticRouteEnable TruthValue
  rcIpv6StaticRouteStatus INTEGER
  rcIpv6StaticRoutePreference INTEGER
  rcIpv6StaticRouteRowStatus RowStatus

RcIpv6NetToPhysicalEntry  
SEQUENCE    
  rcIpv6NetToPhysicalIfIndex InterfaceIndex
  rcIpv6NetToPhysicalNetAddress Ipv6Address
  rcIpv6NetToPhysicalPhysAddress PhysAddress
  rcIpv6NetToPhysicalInterface Integer32
  rcIpv6NetToPhysicalLastUpdated TimeStamp
  rcIpv6NetToPhysicalType INTEGER
  rcIpv6NetToPhysicalState INTEGER
  rcIpv6NetToPhysicalRowStatus RowStatus

RcIpv6PrefixListEntry  
SEQUENCE    
  rcIpv6PrefixListId Unsigned32
  rcIpv6PrefixListPrefix Ipv6Address
  rcIpv6PrefixListPrefixMaskLen Unsigned32
  rcIpv6PrefixListMaskLenFrom Unsigned32
  rcIpv6PrefixListMaskLenUpto Unsigned32
  rcIpv6PrefixListName SnmpAdminString
  rcIpv6PrefixListRowStatus RowStatus

RcIpv6ConfDhcpRelayEntry  
SEQUENCE    
  rcIpv6ConfDhcpIfIndex Ipv6IfIndex
  rcIpv6ConfDhcpMaxHop Unsigned32
  rcIpv6ConfDhcpRemoteIdEnabled TruthValue
  rcIpv6ConfDhcpNumRequests Counter32
  rcIpv6ConfDhcpNumReplies Counter32
  rcIpv6ConfDhcpRowStatus RowStatus

RcIpv6DhcpForwardEntry  
SEQUENCE    
  rcIpv6DhcpForwardAgentAddr Ipv6Address
  rcIpv6DhcpForwardServerAddr Ipv6Address
  rcIpv6DhcpForwardEnabled TruthValue
  rcIpv6DhcpForwardRowStatus RowStatus

RcIpv6RadiusServEntry  
SEQUENCE    
  rcIpv6RadiusServAddress Ipv6Address
  rcIpv6RadiusServUsedBy INTEGER
  rcIpv6RadiusServPriority Unsigned32
  rcIpv6RadiusServTimeOut Unsigned32
  rcIpv6RadiusServEnable TruthValue
  rcIpv6RadiusServMaxRetries Unsigned32
  rcIpv6RadiusServUdpPort Unsigned32
  rcIpv6RadiusServSecretKey SnmpAdminString
  rcIpv6RadiusServAccessRequests Counter32
  rcIpv6RadiusServAccessAccepts Counter32
  rcIpv6RadiusServAccessRejects Counter32
  rcIpv6RadiusServBadResponses Counter32
  rcIpv6RadiusServPendingRequests Counter32
  rcIpv6RadiusServClientRetries Counter32
  rcIpv6RadiusServAcctEnable TruthValue
  rcIpv6RadiusServAcctUdpPort Unsigned32
  rcIpv6RadiusServAcctOnRequests Counter32
  rcIpv6RadiusServAcctOffRequests Counter32
  rcIpv6RadiusServAcctStartRequests Counter32
  rcIpv6RadiusServAcctStopRequests Counter32
  rcIpv6RadiusServAcctInterimRequests Counter32
  rcIpv6RadiusServAcctBadResponses Counter32
  rcIpv6RadiusServAcctPendingRequests Counter32
  rcIpv6RadiusServAcctClientRetries Counter32
  rcIpv6RadiusServNasIpAddress Ipv6Address
  rcIpv6RadiusServRoundTripTime SnmpAdminString
  rcIpv6RadiusServAccessChallanges Counter32
  rcIpv6RadiusServSourceIpAddr Ipv6Address
  rcIpv6RadiusServRowStatus RowStatus

Defined Values

rcIpv6Mib 1.3.6.1.4.1.2272.1.62.1
Enterprise MIB for the Accelar product family.
MODULE-IDENTITY    

rcIpv6Notifications 1.3.6.1.4.1.2272.1.62.1.0
OBJECT IDENTIFIER    

rcIpv6Objects 1.3.6.1.4.1.2272.1.62.1.1
OBJECT IDENTIFIER    

rcIpv6Scalars 1.3.6.1.4.1.2272.1.62.1.1.1
OBJECT IDENTIFIER    

rcIpv6IcmpErrorInterval 1.3.6.1.4.1.2272.1.62.1.1.1.1
The rate (in milliseconds) at which ICMP error messages can be sent out. A value of zero means not be send any.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

rcIpv6MulticastAdminStatus 1.3.6.1.4.1.2272.1.62.1.1.1.2
This indicates the global admin status for multicast.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6IcmpNetUnreach 1.3.6.1.4.1.2272.1.62.1.1.1.3
Used to set the icmp net unreach feature enable/disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6IcmpRedirectMsg 1.3.6.1.4.1.2272.1.62.1.1.1.4
used to set the icmp redirect feature enable/disable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6IcmpErrorQuota 1.3.6.1.4.1.2272.1.62.1.1.1.5
The number of ICMP error messages that can be sent out during ICMP error interval. A value of zero means not be send any.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..2000000  

rcIpv6GlobalAdminEnabled 1.3.6.1.4.1.2272.1.62.1.1.1.6
Indicates whether IPv6 has been administratively enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6GlobalOperEnabled 1.3.6.1.4.1.2272.1.62.1.1.1.7
Indicates whether IPv6 is currently enabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6InterfaceTable 1.3.6.1.4.1.2272.1.62.1.1.2
This table contains list of IPv6 interfaces and per-interface IPv6-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6InterfaceEntry

rcIpv6InterfaceEntry 1.3.6.1.4.1.2272.1.62.1.1.2.1
An entry of ipv6 interface In Table containing per-interface information.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6InterfaceEntry  

rcIpv6InterfaceIfIndex 1.3.6.1.4.1.2272.1.62.1.1.2.1.1
An unique value to identify a physical interface or a logical interface (VLAN). For the brouter port it is the ifindex of the port and in the case of the vlan it is the ifindex of the vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpv6InterfaceIdentifier 1.3.6.1.4.1.2272.1.62.1.1.2.1.2
IPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6AddressIfIdentifier  

rcIpv6InterfaceIdentifierLength 1.3.6.1.4.1.2272.1.62.1.1.2.1.3
The length of the Interface Identifier in bits.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..64  

rcIpv6InterfaceDescr 1.3.6.1.4.1.2272.1.62.1.1.2.1.4
A textual string containing information about the interface. This string may be set by network management system.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

rcIpv6InterfaceVlanId 1.3.6.1.4.1.2272.1.62.1.1.2.1.5
A value that uniquely identifies the Virtual LAN associated with this entry. This value corresponds to the lower 12 bits in the IEEE 802.1Q VLAN Tag.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..4094  

rcIpv6InterfaceType 1.3.6.1.4.1.2272.1.62.1.1.2.1.6
The interface type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ethernet(1), pointToPoint(2), pointToMultipoint(3)  

rcIpv6InterfaceReasmMaxSize 1.3.6.1.4.1.2272.1.62.1.1.2.1.7
MTU for this IPv6 interface, this value should be same for all the ip addresses defined on this interface.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1280..9600  

rcIpv6InterfacePhysAddress 1.3.6.1.4.1.2272.1.62.1.1.2.1.8
The media-dependent `physical' address, for the ethernet media it is the MAC address
Status: current Access: read-only
OBJECT-TYPE    
  PhysAddress  

rcIpv6InterfaceAdminStatus 1.3.6.1.4.1.2272.1.62.1.1.2.1.9
The indication of whether IPv6 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv6 stack.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6InterfaceOperStatus 1.3.6.1.4.1.2272.1.62.1.1.2.1.10
Operating status of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

rcIpv6InterfaceReachableTime 1.3.6.1.4.1.2272.1.62.1.1.2.1.11
The time (in milliseconds) a neighbor is considered reachable after receiving a reachability confirmation. REFERENCE RFC2461, Section 6.3.2
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3600000  

rcIpv6InterfaceRetransmitTime 1.3.6.1.4.1.2272.1.62.1.1.2.1.12
The time (in milliseconds) between retransmissions of Neighbor Solicitation messages to a neighbor when resolving the address or when probing the reachability of a neighbor. REFERENCE RFC2461, Section 6.3.2
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..3600000  

rcIpv6InterfaceMulticastAdminStatus 1.3.6.1.4.1.2272.1.62.1.1.2.1.13
This indicates the admin status for multicast for this interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6InterfaceRowStatus 1.3.6.1.4.1.2272.1.62.1.1.2.1.14
Row status for create/delete.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6InterfaceDhcpEnabled 1.3.6.1.4.1.2272.1.62.1.1.2.1.15
Enable or disable DHCP on the specified interface.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6AddressTable 1.3.6.1.4.1.2272.1.62.1.1.3
This table contains addressing information relevant to the entity's interfaces. This table does not contain multicast address information. Tables for such information should be contained in multicast specific MIBs such as RFC3019. While this table is writable the user will note that several objects, such as rcIpv6AddressOrigin, are not. The intention in allowing a user to write to this table is to allow them to add or remove any entry that isn't permanent. The user should be allowed to modify objects and entries when that would not cause inconsistencies within the table. Allowing write access to objects such as rcIpv6AddressOrigin could allow a user to insert an entry and then label it incorrectly.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6AddressEntry

rcIpv6AddressEntry 1.3.6.1.4.1.2272.1.62.1.1.3.1
An address mapping for a particular interface. Note that when an address is added to an interface the resulted prefix is added to that interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6AddressEntry  

rcIpv6AddressIfIndex 1.3.6.1.4.1.2272.1.62.1.1.3.1.1
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IfIndex field in the rcIpv6InterfaceIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpv6AddressAddr 1.3.6.1.4.1.2272.1.62.1.1.3.1.2
The IPv6 address to which this entry's addressing information pertains. This is one of the ipv6 addresses that this interface(identified by the rcIpv6AddressIfIndex) has. Implementors need to be aware that if the size of ipAddressAddr exceeds 116 octets then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6AddressType 1.3.6.1.4.1.2272.1.62.1.1.3.1.3
The type of address. It is either unicast or anycast IPv6 addresses (RFC3513).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unicast(1), anycast(2)  

rcIpv6AddressPrefixLength 1.3.6.1.4.1.2272.1.62.1.1.3.1.4
Prefix Length value for this address. Cannot be changed after the creation. This field MUST be provided in order to create an entry in this table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..128  

rcIpv6AddressPrefix 1.3.6.1.4.1.2272.1.62.1.1.3.1.5
A pointer to the row in the prefix table to which this address belongs. May be { 0 0 } if there is no such row.
Status: current Access: read-only
OBJECT-TYPE    
  RowPointer  

rcIpv6AddressOrigin 1.3.6.1.4.1.2272.1.62.1.1.3.1.6
The origin of the address. The origin of the address, one of: other(1),manual(2), dhcp(4),linklayer(5), random(6)
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressOriginTC  

rcIpv6AddressStatus 1.3.6.1.4.1.2272.1.62.1.1.3.1.7
The status of the address, describing if the address can be used for communication. It will One of: preferred(1), deprecated(2),invalid(3),inaccessible(4),unknown(5), tentative(6), duplicate(7)
Status: current Access: read-only
OBJECT-TYPE    
  IpAddressStatusTC  

rcIpv6AddressCreated 1.3.6.1.4.1.2272.1.62.1.1.3.1.8
The value of sysUpTime at the time this entry was created. If this entry was created prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rcIpv6AddressLastChanged 1.3.6.1.4.1.2272.1.62.1.1.3.1.9
The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rcIpv6AddressRowStatus 1.3.6.1.4.1.2272.1.62.1.1.3.1.10
The status of this conceptual row. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the rcIpv6AddressIfIndex has been set to a valid index. Only createAndGo and Delete vlaues are supported.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6PrefixTable 1.3.6.1.4.1.2272.1.62.1.1.4
This table allows the user to determine the source of an IP address or set of IP addresses and allows other tables to share the information via pointer rather than by copying. For example when the node configures both a unicast and anycast address for a prefix the ipAddressPrefix objects for those addresses will point to a single row in this table. This table primarily provides support for IPv6 prefixes and several of the objects are less meaningful for IPv4. The table continues to allow IPv4 addresses to allow future flexibility. In order to promote a common configuration this document includes suggestions for default values for IPv4 prefixes. Each of these values may be overridden if an object is meaningful to the node. All prefixes used by this entity should be included in this table independent of how the entity learned the prefix. (This table isn't limited to prefixes learned from router advertisements.)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6PrefixEntry

rcIpv6PrefixEntry 1.3.6.1.4.1.2272.1.62.1.1.4.1
An entry of ipv6 prefix In the Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6PrefixEntry  

rcIpv6PrefixIfIndex 1.3.6.1.4.1.2272.1.62.1.1.4.1.1
An unique value to identify an ipv6 interface. For the brouter port it is the ifindex of the port and in the case of the vlan it is the ifindex of the vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpv6PrefixAddr 1.3.6.1.4.1.2272.1.62.1.1.4.1.2
Prefix to create an ipv6 address in ipv6 interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6PrefixLength 1.3.6.1.4.1.2272.1.62.1.1.4.1.3
Mask to create an ipv6 prefix entry either will be advertised or suppressed
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

rcIpv6PrefixVlanId 1.3.6.1.4.1.2272.1.62.1.1.4.1.4
A value that uniquely identifies the Virtual LAN associated with this entry. This value corresponds to the lower 12 bits in the IEEE 802.1Q VLAN Tag.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4094  

rcIpv6PrefixUseDefaultVal 1.3.6.1.4.1.2272.1.62.1.1.4.1.5
Select one of the value to set/use it's value to default value. This is a bitmask field, setting all the bits means that all the options will be reverted to default values.
Status: current Access: read-create
OBJECT-TYPE    
  BITS none(1), valid-life(2), preferred-life(3), infinite(4), no-advertise(5)  

rcIpv6PrefixValidLife 1.3.6.1.4.1.2272.1.62.1.1.4.1.6
Valid lifetime in seconds, indicates how long this prefix advertised in the nbr advertisement is valid.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rcIpv6PrefixPreferredLife 1.3.6.1.4.1.2272.1.62.1.1.4.1.7
Preferred lifetime in seconds, indicates how long this prefix advertised in advertisemt for this prefix.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rcIpv6PrefixAtValidLife 1.3.6.1.4.1.2272.1.62.1.1.4.1.8
Is the date and time, upon reaching this value the prefix will be expired, if configured this option will be included in the neighbor advertisement for this prefix.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

rcIpv6PrefixAtPreferredLife 1.3.6.1.4.1.2272.1.62.1.1.4.1.9
Is the date and time, upon reaching this value the prefix will be expired, if configured this option will be included in the neighbor advertisement for this prefix.
Status: current Access: read-create
OBJECT-TYPE    
  DateAndTime  

rcIpv6PrefixInfinite 1.3.6.1.4.1.2272.1.62.1.1.4.1.10
if set the prefix's valid lifetime will not exprie.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6PrefixOnLinkFlag 1.3.6.1.4.1.2272.1.62.1.1.4.1.11
if set then this prefix can be used for onlink determination. This value be placed in the L-bit field in the prefix information option. It is a 1 bit flag.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6PrefixAutoFlag 1.3.6.1.4.1.2272.1.62.1.1.4.1.12
if set then this prefix can be used for autonomous address config. This value be placed in the auto-flag field in the prefix information option. It is a 1 bit flag.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6PrefixAddressEui 1.3.6.1.4.1.2272.1.62.1.1.4.1.13
Use an EUI-64 interface ID in the low-order 64bits of the address when not specified in the address field. If enabled use EUI, otherwise use EUI-64 and complement U/L (Universal/Local bit). This operation should be allowed for both global and link local addresses. Once the entry is create cannot modify this field. This will be valid to use only when the PrefixLength is 64 or less
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER eui-not-used(1), eui-used-with-ul-complement(2), eui-used-without-ul-complement(3)  

rcIpv6PrefixNoAdvertise 1.3.6.1.4.1.2272.1.62.1.1.4.1.14
if set then this prefix can not be included in the neighbor advertisement.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6PrefixRowStatus 1.3.6.1.4.1.2272.1.62.1.1.4.1.15
Row status for create/delete.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6RouterAdvertTable 1.3.6.1.4.1.2272.1.62.1.1.5
The table containing information used to construct router advertisements.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6RouterAdvertEntry

rcIpv6RouterAdvertEntry 1.3.6.1.4.1.2272.1.62.1.1.5.1
An entry containing information used to construct router advertisements.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6RouterAdvertEntry  

rcIpv6RouterAdvertIfIndex 1.3.6.1.4.1.2272.1.62.1.1.5.1.1
An unique value to identify an ipv6 interface. For the brouter port it is the ifindex of the port and in the case of the vlan it is the ifindex of the vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpv6RouterAdvertSendAdverts 1.3.6.1.4.1.2272.1.62.1.1.5.1.2
A flag indicating whether or not the router sends periodic router advertisements and responds to router solicitations on this interface. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6RouterAdvertUseDefaultVal 1.3.6.1.4.1.2272.1.62.1.1.5.1.3
Select one of the value to set/use it's value to default value, or set all the bits to indicate all the options will be set to their default value.
Status: current Access: read-write
OBJECT-TYPE    
  BITS none(1), send-advertisement(2), max-interval(3), min-interval(4), default-life-time(5), hop-limit(6), managed-flag(7), other-config-flag(8), dad-ns-num(9)  

rcIpv6RouterAdvertMaxInterval 1.3.6.1.4.1.2272.1.62.1.1.5.1.4
Configure the max interval (in seconds) at which the transmission of route advertisments can occur on this interface. This must be no less than 4 seconds and no greater than 1800.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 4..1800  

rcIpv6RouterAdvertMinInterval 1.3.6.1.4.1.2272.1.62.1.1.5.1.5
Configure the min interval (in seconds) at which the transmission of route advertisments can occur on this interface. This must be no less than 3 seconds and no greater than .75* max-interval.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 3..1350  

rcIpv6RouterAdvertReachableTime 1.3.6.1.4.1.2272.1.62.1.1.5.1.6
The value (in milliseconds) to be placed in the router advertisement message sent by the router. The value zero means unspecified (by this router). Used to configure the amount of time that a remote IPv6 node is considered reachable after some reachability confirmation event has occured. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..36000000  

rcIpv6RouterAdvertRetransmitTimer 1.3.6.1.4.1.2272.1.62.1.1.5.1.7
The value (in milliseconds) to be placed in the retransmit timer field in router advertisement message sent from this interface. The value zero means unspecified (by this router). Used to configure the amount of time that router should wait for the transmit to occur. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..36000000  

rcIpv6RouterAdvertDefaultLifeTime 1.3.6.1.4.1.2272.1.62.1.1.5.1.8
The value to be placed in the router lifetime field of router advertisements sent from this interface. This value MUST be either 0 or between rcIpv6RouterAdvertMaxInterval and 9000 seconds. A value of zero indicates that the router is not to be used as a default router. The default is 3 * rcIpv6RouterAdvertMaxInterval. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0 | 4..9000  

rcIpv6RouterAdvertCurHopLimit 1.3.6.1.4.1.2272.1.62.1.1.5.1.9
The default value to be placed in the current hop limit field in router advertisements sent from this interface. The value should be set to the current diameter of the Internet. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for curHopLimit. The default should be set to the value specified in the IANA web pages (www.iana.org) at the time of implementation. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..255  

rcIpv6RouterAdvertManagedFlag 1.3.6.1.4.1.2272.1.62.1.1.5.1.10
if true then the M-bit(Managed address configureation) in the router adverisement will be set. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6RouterAdvertOtherConfigFlag 1.3.6.1.4.1.2272.1.62.1.1.5.1.11
if true then the O-bit (Other stateful Configuration) in the router adverisement will be set. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

rcIpv6RouterAdvertDadNsNum 1.3.6.1.4.1.2272.1.62.1.1.5.1.12
The number of neighbor solicitation messages for DAD (Duplicate address detection). A value 0 is used to disable DAD process on this interface. A value 1 is used to send one advertisment without any retransmissions.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..600  

rcIpv6RouterAdvertLinkMTU 1.3.6.1.4.1.2272.1.62.1.1.5.1.13
The value to be placed in MTU options sent by the router on this interface. A value of zero indicates that no MTU options are sent. REFERENCE RFC2461 Section 6.2.1
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rcIpv6StaticRouteTable 1.3.6.1.4.1.2272.1.62.1.1.6
This table contains list of routes that are created by the user to destination networks.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6StaticRouteEntry

rcIpv6StaticRouteEntry 1.3.6.1.4.1.2272.1.62.1.1.6.1
An entry in the static route table for IPv6 can be created for a destination with a specific prefix length; multiple entries to the same destination are created either by specifying the next-hop or interfaceIndex or both to reach the destination. However if the nexthop Ipv6 address is a link-local address then IfIndex must be supplied.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6StaticRouteEntry  

rcIpv6StaticRouteDest 1.3.6.1.4.1.2272.1.62.1.1.6.1.1
The destination IPv6 address of this route. The values for the index objects rcIpv6StaticRouteDest and rcIpv6StaticRoutePrefixLength must be consistent. When the value of rcIpv6StaticRouteDest (excluding the zone index, if one is present) is x, then the bitwise logical-AND of x with the value of the mask formed from the corresponding index object rcIpv6StaticRoutePrefixLength MUST be equal to x. If not, then the index pair is not consistent and an inconsistentName error must be returned on SET or CREATE requests.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6StaticRoutePrefixLength 1.3.6.1.4.1.2272.1.62.1.1.6.1.2
Indicates the number of leading one bits which form the mask to be logical-ANDed with the destination address before being compared to the value in the rcIpv6StaticRouteDestAddr field.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..128  

rcIpv6StaticRouteNextHop 1.3.6.1.4.1.2272.1.62.1.1.6.1.3
Next hop IPv6 address for this destination. On remote routes, the address of the next system en route. For non-remote routes, a zero length string.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6StaticRouteIfIndex 1.3.6.1.4.1.2272.1.62.1.1.6.1.4
The ifIndex value which identifies the local interface through which the next hop of this route should be reached. A value of 0 is valid and represents the scenario where no interface is specified.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpv6StaticRouteDistance 1.3.6.1.4.1.2272.1.62.1.1.6.1.5
cost/distance to reach the destination for this node.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..65535  

rcIpv6StaticRouteStatus 1.3.6.1.4.1.2272.1.62.1.1.6.1.6
Used to indicate the current status of entry in routing table. 1. notReachable means the route is unreachable via the specified next hop. 2. tryToResolve means the route's nexthop address requires resolution by sending neighbour solicit message. 3. reachableNotInRtm means the route is reachable via the specified next hop. It's the alternative route. 4. reachableInRtm means the route is reachable via the specified next hop and best route.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notReachable(1), tryToResolve(2), reachableNotInRtm(3), reachableInRtm(4)  

rcIpv6StaticRoutePreference 1.3.6.1.4.1.2272.1.62.1.1.6.1.7
Used to indicate the route preference of this entry. If there are more than one route that can be used to forward IP traffic, the route that has a highest preference will be used instead of a lower preference one. The higher the number, the higher the preference.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..255  

rcIpv6StaticRouteEnable 1.3.6.1.4.1.2272.1.62.1.1.6.1.8
Used to enable/disable this entry.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6StaticRouteRowStatus 1.3.6.1.4.1.2272.1.62.1.1.6.1.9
Row status for create/delete.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6NetToPhysicalTable 1.3.6.1.4.1.2272.1.62.1.1.7
The IP Address Translation table used for mapping from IP addresses to physical addresses. The Address Translation tables contain the IP address to 'physical' address equivalences. Some interfaces do not use translation tables for determining address equivalences (e.g., DDN-X.25 has an algorithmic method); if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries. While many protocols may be used to populate this table, ARP [10] and Neighbor Discovery [4] are the most likely options.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6NetToPhysicalEntry

rcIpv6NetToPhysicalEntry 1.3.6.1.4.1.2272.1.62.1.1.7.1
Each entry contains one IP address to `physical' address equivalence.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6NetToPhysicalEntry  

rcIpv6NetToPhysicalIfIndex 1.3.6.1.4.1.2272.1.62.1.1.7.1.1
The index value which uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IfIndex field in the rcIpv6InterfaceIfIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

rcIpv6NetToPhysicalNetAddress 1.3.6.1.4.1.2272.1.62.1.1.7.1.2
The IP Address corresponding to the media-dependent `physical' address. The address type of this object is specified in rcIpv6NetToPhysicalAddressType. Implementors need to be aware that if the size of rcIpv6NetToPhysicalNetAddress exceeds 115 octets then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c or SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6NetToPhysicalPhysAddress 1.3.6.1.4.1.2272.1.62.1.1.7.1.3
The media-dependent `physical' address. As the entries in this table are typically not persistent when this object is written the entity SHOULD NOT save the change to non-volatile storage. In the ethernet case it is a MAC address.
Status: current Access: read-create
OBJECT-TYPE    
  PhysAddress Size(0..65535)  

rcIpv6NetToPhysicalInterface 1.3.6.1.4.1.2272.1.62.1.1.7.1.4
The field represents either a physical port id or the MLT port id. This entry is associated either with a port or with a MLT in a VLAN/Brouter port. If the value is 0 then the interface is CP port.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

rcIpv6NetToPhysicalLastUpdated 1.3.6.1.4.1.2272.1.62.1.1.7.1.5
The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

rcIpv6NetToPhysicalType 1.3.6.1.4.1.2272.1.62.1.1.7.1.6
The type of mapping. The 'dynamic(2)' type indicates that the IP address to physical addresses mapping has been dynamically resolved using e.g. IPv4 ARP or the IPv6 Neighbor Discovery protocol. The 'static(3)' type indicates that the mapping has been statically configured. Both of these refer to entries that provide mappings for other entities addresses. The 'local(4)' type indicates that the mapping is provided for an entity's own interface address. As the entries in this table are typically not persistent when this object is written the entity SHOULD NOT save the change to non-volatile storage.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(1), dynamic(2), static(3), local(4)  

rcIpv6NetToPhysicalState 1.3.6.1.4.1.2272.1.62.1.1.7.1.8
The Neighbor Unreachability Detection [4] state for the interface when the address mapping in this entry is used. If Neighbor Unreachability Detection is not in use (eg. for IPv4), this object is always unknown(6). REFERENCE RFC2461
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7)  

rcIpv6NetToPhysicalRowStatus 1.3.6.1.4.1.2272.1.62.1.1.7.1.9
The status of this conceptual row. The RowStatus TC requires that this DESCRIPTION clause states under which circumstances other objects in this row can be modified. The value of this object has no effect on whether other objects in this conceptual row can be modified. A conceptual row can not be made active until the rcIpv6NetToPhysicalPhysAddress object has been set. Note that if the rcIpv6NetToPhysicalType is set to 'invalid' the managed node may delete the entry independent of the state of this object. Only createandGo and Delete operations are supported
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6PrefixListTableSize 1.3.6.1.4.1.2272.1.62.1.1.1.8
Size of Ipv6 Prefix List Table
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

rcIpv6PrefixListTable 1.3.6.1.4.1.2272.1.62.1.1.8
IPv6 Prefix List table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6PrefixListEntry

rcIpv6PrefixListEntry 1.3.6.1.4.1.2272.1.62.1.1.8.1
An entry of Ipv6 Prefix List Table.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6PrefixListEntry  

rcIpv6PrefixListId 1.3.6.1.4.1.2272.1.62.1.1.8.1.1
Id of an IPv6 Prefix List
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..2147483647  

rcIpv6PrefixListPrefix 1.3.6.1.4.1.2272.1.62.1.1.8.1.2
Is a member of a specific ipv6 prefix list. Adding the prefix to the given ipv6 prefix list
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6PrefixListPrefixMaskLen 1.3.6.1.4.1.2272.1.62.1.1.8.1.3
Mask length of the ipv6 prefix added to the prefix list
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..128  

rcIpv6PrefixListMaskLenFrom 1.3.6.1.4.1.2272.1.62.1.1.8.1.4
Lower bound of mask length of the ipv6 prefix added to the prefix list
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..128  

rcIpv6PrefixListMaskLenUpto 1.3.6.1.4.1.2272.1.62.1.1.8.1.5
Higher bound of mask length of the ipv6 prefix added to the prefix list
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..128  

rcIpv6PrefixListName 1.3.6.1.4.1.2272.1.62.1.1.8.1.6
Name of the Ipv6 prefix list
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(1..64)  

rcIpv6PrefixListRowStatus 1.3.6.1.4.1.2272.1.62.1.1.8.1.7
Used to create/delete entries in the ipv6 prefix list table
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6ConfDhcpRelayTable 1.3.6.1.4.1.2272.1.62.1.1.9
DHCP Relay for Ipv6 configuration table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6ConfDhcpRelayEntry

rcIpv6ConfDhcpRelayEntry 1.3.6.1.4.1.2272.1.62.1.1.9.1
Used to configure DHCP on a particular L3 interface. An entry is created automatically when the variable rcIpv6InterfaceDhcpEnabled is set to TRUE. Once created this entry will only be deleted if the rcIpv6ConfDhcpRowStatus is set to 'destroy(6)'. In which case, the rcIpv6InterfaceDhcpEnabled is automatically reset to the FALSE setting.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6ConfDhcpRelayEntry  

rcIpv6ConfDhcpIfIndex 1.3.6.1.4.1.2272.1.62.1.1.9.1.1
Interface number. The number can represent either a physical or logical(VLAN) interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6IfIndex  

rcIpv6ConfDhcpMaxHop 1.3.6.1.4.1.2272.1.62.1.1.9.1.2
Used to indicate the maximum number of hops a DHCP packet can take from the source device to the destination device (i.e., DHCP client to DHCP server).
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..32  

rcIpv6ConfDhcpRemoteIdEnabled 1.3.6.1.4.1.2272.1.62.1.1.9.1.3
Used to indicate if remote-id option is enabled.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6ConfDhcpNumRequests 1.3.6.1.4.1.2272.1.62.1.1.9.1.4
The total number of DHCP requests seen on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6ConfDhcpNumReplies 1.3.6.1.4.1.2272.1.62.1.1.9.1.5
The total number of DHCP replies seen on this interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6ConfDhcpRowStatus 1.3.6.1.4.1.2272.1.62.1.1.9.1.6
An entry is created automatically when the variable rcIpv6InterfaceDhcpEnabled is set to TRUE. Once created this entry will only be deleted if the rcIpv6ConfDhcpRowStatus is set to 'destroy(6)', In which case, the rcIpv6InterfaceDhcpEnabled is automatically reset to the FALSE setting.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6DhcpForwardTable 1.3.6.1.4.1.2272.1.62.1.1.10
DHCP Relay forwarding table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6DhcpForwardEntry

rcIpv6DhcpForwardEntry 1.3.6.1.4.1.2272.1.62.1.1.10.1
An entry used represents a DHCP Relayed message forwarding directive.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6DhcpForwardEntry  

rcIpv6DhcpForwardAgentAddr 1.3.6.1.4.1.2272.1.62.1.1.10.1.1
The IP address configured on an interface (i.e., a locally configured IP address).
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6DhcpForwardServerAddr 1.3.6.1.4.1.2272.1.62.1.1.10.1.2
The IP address of the DHCP server. If this IP address corresponds to a local interface address, the DHCP packet is multicast out the interface the IP address is assigned to.otherwise,the DHCP packet is sent via unicast to the remote device.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6DhcpForwardEnabled 1.3.6.1.4.1.2272.1.62.1.1.10.1.3
Used to indicate whether the entry should be used.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6DhcpForwardRowStatus 1.3.6.1.4.1.2272.1.62.1.1.10.1.4
Row status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

rcIpv6RadiusServTable 1.3.6.1.4.1.2272.1.62.1.1.11
The RADIUS table (0 to 10 entries). This table lists the information of the RADIUS server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RcIpv6RadiusServEntry

rcIpv6RadiusServEntry 1.3.6.1.4.1.2272.1.62.1.1.11.1
A RADIUS server table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  RcIpv6RadiusServEntry  

rcIpv6RadiusServAddress 1.3.6.1.4.1.2272.1.62.1.1.11.1.1
Server IP address of the RADIUS authentication server referred to in this table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Ipv6Address  

rcIpv6RadiusServUsedBy 1.3.6.1.4.1.2272.1.62.1.1.11.1.2
cli(1): for cli login, igap(2): for igap,snmp(3): for snmp login, eap(4) for EAP PAE Authenticator.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER cli(1), igap(2), snmp(3), eap(4)  

rcIpv6RadiusServPriority 1.3.6.1.4.1.2272.1.62.1.1.11.1.3
Server priority, used to control which server to choose first to send authentication.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..10  

rcIpv6RadiusServTimeOut 1.3.6.1.4.1.2272.1.62.1.1.11.1.4
The time interval in seconds before the client retransmit the packet.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..20  

rcIpv6RadiusServEnable 1.3.6.1.4.1.2272.1.62.1.1.11.1.5
Enable or disable this server.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6RadiusServMaxRetries 1.3.6.1.4.1.2272.1.62.1.1.11.1.6
Maximum number of retransmissions.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..6  

rcIpv6RadiusServUdpPort 1.3.6.1.4.1.2272.1.62.1.1.11.1.7
The UDP port the client is using to send requests to this server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65536  

rcIpv6RadiusServSecretKey 1.3.6.1.4.1.2272.1.62.1.1.11.1.8
The identifier of the RADIUS authentication client.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

rcIpv6RadiusServAccessRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.9
The number of RADIUS access-response packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAccessAccepts 1.3.6.1.4.1.2272.1.62.1.1.11.1.10
The number of RADIUS access-accept packets (valid or invalid) received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAccessRejects 1.3.6.1.4.1.2272.1.62.1.1.11.1.11
The number of RADIUS access-reject packets (valid or invalid) received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServBadResponses 1.3.6.1.4.1.2272.1.62.1.1.11.1.12
The number of RADIUS invalid access-response packets received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServPendingRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.13
The number of RADIUS access-request packets destined for this server that have not yet timed out or received a response. This variable is incremented when an access-request is sent and decremented due to receipt of an access-accept, access-reject, a timeout or retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServClientRetries 1.3.6.1.4.1.2272.1.62.1.1.11.1.14
The number of authentication retransmission to this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctEnable 1.3.6.1.4.1.2272.1.62.1.1.11.1.15
Enable or disable Radius Accounting on this server.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

rcIpv6RadiusServAcctUdpPort 1.3.6.1.4.1.2272.1.62.1.1.11.1.16
The UDP port the client used to send accounting requests to this server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65536  

rcIpv6RadiusServAcctOnRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.17
The number of RADIUS accounting-on packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctOffRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.18
The number of RADIUS accounting-off packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctStartRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.19
The number of RADIUS accounting-start packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctStopRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.20
The number of RADIUS accounting-stop packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctInterimRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.21
The number of RADIUS accounting-interim packets sent to this server. This does not include retransmissions.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctBadResponses 1.3.6.1.4.1.2272.1.62.1.1.11.1.22
The number of Invalid responses received from this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctPendingRequests 1.3.6.1.4.1.2272.1.62.1.1.11.1.23
The number of RADIUS accounting packets that are waiting be sent to this server. This variable is incremented whenever any accounting-request is sent to this server and decremented when an acknowledgement is received or timeout occurs.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServAcctClientRetries 1.3.6.1.4.1.2272.1.62.1.1.11.1.24
The number of RADIUS accounting packets retransmitted to this server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServNasIpAddress 1.3.6.1.4.1.2272.1.62.1.1.11.1.25
RADIUS Client NAS Identifier for this server.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address  

rcIpv6RadiusServRoundTripTime 1.3.6.1.4.1.2272.1.62.1.1.11.1.26
Time different between the instance when a RADIUS request is sent and the corresponding response is received.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..20)  

rcIpv6RadiusServAccessChallanges 1.3.6.1.4.1.2272.1.62.1.1.11.1.27
The number of RADIUS access-challanges packets sent to this server. This does not include retransmission.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

rcIpv6RadiusServSourceIpAddr 1.3.6.1.4.1.2272.1.62.1.1.11.1.28
source IP address RADIUS packets.
Status: current Access: read-create
OBJECT-TYPE    
  Ipv6Address  

rcIpv6RadiusServRowStatus 1.3.6.1.4.1.2272.1.62.1.1.11.1.29
Used to create/delete entries.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus