State¶
Leafs
- 
class 
Bgp.PeerGroups.PeerGroup.AsPathOptions.State¶ Bases:
EntityClass Hierarchy:
BgpPeerGroupsPeerGroupAsPathOptionsStateThis class represents state data.
State information relating to the AS_PATH manipulation
mechanisms for the BGP peer or group
- 
allow_own_as¶ Specify the number of occurrences of the local BGP speaker’s AS that can occur within the AS_PATH before it is rejected
type: int
range: 0..255config: False
default value: 0
- 
replace_peer_as¶ Replace occurrences of the peer’s AS in the AS_PATH with the local autonomous system number
type: bool
config: False
default value: false
-