AfiSafi¶
Keys
Children
apply_policyconfiggraceful_restartipv4_labeled_unicastipv4_unicastipv6_labeled_unicastipv6_unicastl2vpn_evpnl2vpn_vplsl3vpn_ipv4_multicastl3vpn_ipv4_unicastl3vpn_ipv6_multicastl3vpn_ipv6_unicaststateuse_multiple_paths
- 
class 
Bgp.Neighbors.Neighbor.AfiSafis.AfiSafi¶ Bases:
EntityClass Hierarchy:
BgpNeighborsNeighborAfiSafisAfiSafiThis class represents configuration data.
AFI,SAFI configuration available for the
neighbour or group
- 
afi_safi_name(key)¶ Reference to the AFI-SAFI name used as a key for the AFI-SAFI list
type: one of the below values:
IPV4UNICAST
- 
graceful_restart¶ Parameters relating to BGP graceful-restart
type:
GracefulRestart
- 
apply_policy¶ Anchor point for routing policies in the model. Import and export policies are with respect to the local routing table, i.e., export (send) and import (receive), depending on the context
type:
ApplyPolicy
- 
ipv4_unicast¶ IPv4 unicast configuration options
type:
Ipv4Unicast
- 
ipv6_unicast¶ IPv6 unicast configuration options
type:
Ipv6Unicast
- 
ipv4_labeled_unicast¶ IPv4 Labeled Unicast configuration options
type:
Ipv4LabeledUnicast
- 
ipv6_labeled_unicast¶ IPv6 Labeled Unicast configuration options
type:
Ipv6LabeledUnicast
- 
l3vpn_ipv4_unicast¶ Unicast IPv4 L3VPN configuration options
type:
L3vpnIpv4Unicast
- 
l3vpn_ipv6_unicast¶ Unicast IPv6 L3VPN configuration options
type:
L3vpnIpv6Unicast
- 
l3vpn_ipv4_multicast¶ Multicast IPv4 L3VPN configuration options
type:
L3vpnIpv4Multicast
- 
l3vpn_ipv6_multicast¶ Multicast IPv6 L3VPN configuration options
type:
L3vpnIpv6Multicast
- 
use_multiple_paths¶ Parameters related to the use of multiple-paths for the same NLRI when they are received only from this neighbor
type:
UseMultiplePaths
-