MIB Viewer

bgpPathAttrASPath

OBJECT-TYPE
1.3.6.1.2.1.15.5.1.4
Access
read-only
Status
obsolete
Source
BGP4-MIB
Sub-identifiers
0
The set of ASes that must be traversed to reach the network. This object is probably best represented as SEQUENCE OF INTEGER. For SMI compatibility, though, it is represented as OCTET STRING. Each AS is represented as a pair of octets according to the following algorithm: first-byte-of-pair = ASNumber / 256; second-byte-of-pair = ASNumber & 255;
OCTET STRING (SIZE (2..255))