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

BGP neighbor template

pahremark
Level 1
Level 1

Hi there!

I've noticed that the following BGP command isn't available anymore in newer IOS-versions, am I correct or is there a workaround available for it;

neighbor template-name neighbor-list acl

neighbor template-name configure-neighbors

I really need to allow any adresses (their IP-addresses changes) to peer with a router that has a fixed ip-address. It looks like it was possible in earlier IOS releases (11.1), but it's gone now... or?

Thanx ahead!

Greetings, Peter Ahremark

1 Reply 1

You sould try creating peer-groups wich will include only the parameters you want to be shared among all the naeighbors.

e.g.

router bgp 3500

neighbor [name of the peer group] filter list [X] in/out

neighbor xxx.xxx.xxx.xxx peer-group [name]

Hope that helps

Review Cisco Networking for a $25 gift card