Network\CIM_BGPAttributesForRoute.mof.mof (HTML version)

Return to index
CIM_BGPAttributesForRoute Superclass: CIM_Dependency
This defines the attributes that are transmitted between BGP peers on a per-route basis.
Qualifiers:Version ( "2.7.0" ) Association
Parameters (local in grey)
ModelCorrespondence { "CIM_BGPAttributesForRoute.PathAttrPeer" , "CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen" }
MappingStrings { "MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefix" }
string PathAttrIPAddrPrefix ;
The IP address prefix of the property, PathAttrPeer. Its length is specified by the property, PathAttrIpAddrPrefixLen.
ModelCorrespondence { "CIM_BGPAttributesForRoute.PathAttrIPAddrPrefixLen" , "CIM_BGPAttributesForRoute.PathAttrIPAddrPrefix" }
MappingStrings { "MIB.IETF|BGP4-MIB.bgp4PathAttrPeer" }
string PathAttrPeer ;
This defines the IP address of the peer where the path information was learned.
ModelCorrespondence { "CIM_BGPAttributesForRoute.PathAttrPeer" }
MappingStrings { "MIB.IETF|BGP4-MIB.bgp4PathAttrIpAddrPrefixLen" }
uint8 PathAttrIPAddrPrefixLen ;
This defines the length in bits of the IP address prefix for the property, PathAttrPeer. The range is 0 to 32.
Max ( 1 )
Override ( "Dependent" )
CIM_BGPIPRoute REF Dependent ;
The BGPIPRoute that may have an associated set of per-peer attributes.
Max ( 1 )
Override ( "Antecedent" )
CIM_BGPPathAttributes REF Antecedent ;
The BGPPathAttribute object that may be associated with a BGPIPRoute.