This post is to test that pre is showing router config in the way that I want it to.
This Section is “pre”
R18#sh run | sec router bgp router bgp 20 no synchronization bgp log-neighbor-changes bgp confederation identifier 300 bgp confederation peers 10 network 18.18.18.0 mask 255.255.255.0 neighbor 10.17.18.17 remote-as 20 neighbor 10.17.18.17 next-hop-self neighbor 10.18.19.19 remote-as 400 no auto-summary
This section is “code”
R18#sh run | sec router bgp
router bgp 20
no synchronization
bgp log-neighbor-changes
bgp confederation identifier 300
bgp confederation peers 10
network 18.18.18.0 mask 255.255.255.0
neighbor 10.17.18.17 remote-as 20
neighbor 10.17.18.17 next-hop-self
neighbor 10.18.19.19 remote-as 400
no auto-summary






