cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
227
Views
0
Helpful
1
Replies

More than one AS on same router

january33
Level 1
Level 1

Hi,

Is this possible to run more than one BGP process (AS) on same router.

Like below

#conf t

#Router bgp 10

and

Router BGP 11

if possible , which IOS and router modle?

Regards,

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Tony,

you cannot have a router in two BGP ASes at the same time

You can pretend to be in another As using:

neigh xxx local-as yyy

see what happens:

RT-RM-TLD066-DMZ-C-1#sh ip prot sum

Index Process Name

0 connected

1 static

2 isis

3 bgp 8234

*** IP Routing is NSF aware ***

RT-RM-TLD066-DMZ-C-1#conf t

Enter configuration commands, one per line. End with CNTL/Z.

RT-RM-TLD066-DMZ-C-1(config)#router bgp 5000

BGP is already running; AS is 8234

RT-RM-TLD066-DMZ-C-1(config)#^Z

RT-RM-TLD066-DMZ-C-1#sh ip prot sum

Index Process Name

0 connected

1 static

2 isis

3 bgp 8234

*** IP Routing is NSF aware ***

RT-RM-TLD066-DMZ-C-1#

hope to help

Giuseppe

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card