...
Figure 1. BGP Route Reflector Configuration
Procedure
This section describes the steps to configure basic BGP functions on SwitchA, SwitchB, SwitchC and SwitchD, configure Switch D as the route reflector for Switch B and Switch C.
Switch A
Step1 Configure the VLANs and VLAN interfaces.
...
Verify the Configurations
- View the BGP routing table of Switch B.
...
- View the BGP routing table of Switch D.
Code Block |
---|
admin@SwitchD# run show bgp route 192.168.10.0/24 BGP routing table entry for 192.168.10.0/24 Paths: (1 available, best #1, table default) Advertised to non peer-group peers: 192.168.50.2 200 192.168.10.0 from 192.168.20.1 (2.2.2.2) Origin IGP, metric 0, valid, external, best (First path received) Last update: Wed Apr 7 16:13:35 2021 |
...