What's new on version 1.93
added router global commands:
- router bgp <1-65535>
- no router bgp <1-65535>
added router bgp commands:
- bgp router-id A.B.C.D
- neighbor A.B.C.D remote-as <1-65535>
- no neighbor A.B.C.D remote-as <1-65535>
- neighbor A.B.C.D ebgp-multihop <1-255>
- no neighbor A.B.C.D ebgp-multihop <1-255>
- neighbor A.B.C.D update source loopback <0-2147483647>
- no neighbor A.B.C.D update source loopback <0-2147483647>
- neighbor A.B.C.D password WORD
- no neighbor A.B.C.D password WORD
- neighbor a.b.c.d next-hop-self
- no neighbor a.b.c.d next-hop-self
added router privileged commands:
- show ip bgp summary
- show ip bgp neighbors
- clear ip bgp * soft in
added hints for bgp connection issues
other minor optimization and improvements