BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
Software Version 5.2.1
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
31.97
router bgp view
Use this command to create a named BGP view. BGP views can have the same or different
Autonomous System (AS) number. BGP view is only for exchanging BGP routing information.
Use the
no
parameter with this command to disable a named BGP view.
Syntax
router bgp
ASN
view
<view_name>
no router bgp
ASN
view
<view_name>
Mode
Configure mode
Usage
Specify
bgp multiple-instance
before applying
router bgp view
so you can setup a route server:
router bgp 1 view 1
neighbor 10.0.0.1 remote-as 2
neighbor 10.0.0.2 remote-as 3
!
router bgp 2 view 2
neighbor 10.0.0.3 remote-as 4
neighbor 10.0.0.4 remote-as 5
If you have enabled bgp with the
router bgp
command you must disable bgp with the
no
router bgp
command before you can specify
bgp multiple-instance
.
Examples
Related Commands
bgp multiple-instance
clear bgp view
clear ip bgp view
router bgp
show ip bgp view
show ip bgp view summary
show ip bgp view neighbors
Parameter
Description
ASN
<1-65525> Specifies the Autonomous System (AS) number.
<view_name>
Specifies BGP view name.
awplus#
configure terminal
awplus(config)#
bgp multiple-instance
awplus(config)#
router bgp 12 view bgp12