State¶
Leafs
- 
class 
Bgp.Neighbors.Neighbor.ErrorHandling.State¶ Bases:
EntityClass Hierarchy:
BgpNeighborsNeighborErrorHandlingStateThis class represents state data.
State information relating to enhanced error handling
mechanisms for the BGP neighbor
- 
treat_as_withdraw¶ Specify whether erroneous UPDATE messages for which the NLRI can be extracted are reated as though the NLRI is withdrawn - avoiding session reset
type: bool
config: False
default value: false
- 
erroneous_update_messages¶ The number of BGP UPDATE messages for which the treat-as-withdraw mechanism has been applied based on erroneous message contents
type: int
range: 0..4294967295config: False
-