How to configure iBGP ??
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-23-2017 10:04 AM
Can anyone give me command list to configure ibgp & ebgp ?? i know to configure BGP . i want to setup iBGP Switches as i am not able to find any documentation on this.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-23-2017 01:18 PM
if you want iBGP and (preferably) using a loopback interface for the peering, don't forget to configure the source-interface as that loopback IP. It seems to be lacking in the links above.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-23-2017 10:10 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-23-2017 10:08 AM
simplest config is
create bgp neighbor 192.168.0.1 remote-AS-number 65536
configure bgp neighbor 192.168.0.1 description "-=PEER1=-"
enable bgp neighbor all
enable bgp
create bgp neighbor 192.168.0.1 remote-AS-number 65536
configure bgp neighbor 192.168.0.1 description "-=PEER1=-"
enable bgp neighbor all
enable bgp