rcIpBgpConfederationPeers

RAPID-CITY · .1.3.6.1.4.1.2272.1.8.101.4.2

Object

scalar r/w OctetString
The string represents ConfederatoinPeers as <length,
value>. Maximum size 255,if any, will not be recorded 
by this object.
The length is a 1-octet field containing the numbner 
of peers in the value field.
The value field contains one or more peers (AS numbers
which are part of the confederation).
Each AS is represented in the octet
string as a pair of octets according to the
following algorithm:
	              first-byte-of-pair = (ASNumber & 0xff000000)>>24;
   second-byte-of-pair = (ASNumber & 0x00ff0000)>>16;
   third-byte-of-pair = (ASNumber & 0x0000ff00)>>8;
   fourth-byte-of-pair = (ASNumber & 0x000000ff);

Context

MIB
RAPID-CITY
OID
.1.3.6.1.4.1.2272.1.8.101.4.2
Type
scalar
Access
readwrite
Status
current
Parent
rcIpBgpConfederationGroup
Siblings
2

Syntax

OctetString

Values & Constraints

Enumerated Values
1noAction
2apply

Related Objects

Sibling Objects