Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 3.195
Example [BGP] The following example is the same as the previous example for host route 192.0.2.224/27,
but is entered in prefix/length format using slash notation (instead of prefix plus mask in
dotted decimal format using the mask keyword before the network mask in dotted
decimal format):
Output [BGP] Figure 3-3: Example output from the show running-config command after entering
network 192.0.2.224/27
Example [BGP4+] The following example is the same as the previous example for host route 2001:db8::/32,:
Output [BGP4+] Figure 3-4: Example output from the show running-config command after entering
network 2001:db8::/32
awplus(config)#
router bgp 100
awplus(config-router)#
network 192.0.2.224/27
awplus#show running-config
!
router bgp 100
network 192.0.2.224/27
!
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv6
awplus(config-router-af)#
network 2001:db8::/32
awplus#show running-config
!
router bgp 100
network 2001:db8::/32
!