Replies: 2 comments 1 reply
-
|
Are you talking about peer-groups? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
No, peer-groups are working fine we will configure the template first and then inherit them in neighbor commands |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Please let me know if bgp templates is supported in FRR version 9.2
2a59f0597732(config)# router bgp 2211
2a59f0597732(config-router)# template
% There is no matched command.
2a59f0597732(config-router)# template
Following is the expected configuration (taken from cisco CLI)
router bgp 65200
template peer-session BGP-All
timers 30 300
exit-peer-session
!
template peer-session IBGP
remote-as 65200
inherit peer-session BGP-All
exit-peer-session
!
template peer-session EBGP
ttl-security hops 1
inherit peer-session BGP-All
exit-peer-session
!
no synchronization
bgp router-id 10.0.0.3
bgp log-neighbor-changes
neighbor 10.0.1.1 remote-as 65101
neighbor 10.0.1.1 inherit peer-session EBGP
neighbor 10.0.1.2 remote-as 65102
neighbor 10.0.1.2 inherit peer-session EBGP
neighbor 10.0.2.4 inherit peer-session IBGP
neighbor 10.0.2.5 inherit peer-session IBGP
no auto-summary
Beta Was this translation helpful? Give feedback.
All reactions