cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
5
Helpful
3
Replies

Command needs to be verified

cisco
Level 1
Level 1

Hi,

       I would like to know whether a particular command can be executed on a particular IOS. I have gone to Cisco Feature Navigator pasted my IOS but its not showing that particular command .

i want to see if "neighbor X.X.X.X password" command can be executed , what i can see in Feature Navigator is BGP, BGP4 and all other things related to BGP ..Please help

regards

Neo

3 Replies 3

burleyman
Level 8
Level 8

Yes it would be

router1#config t

router1#(config)#router bgp -------- whatever AS number goes here

router1#(config-router)#neighbor 192.168.55.5 remote-as ---------whatever the remote AS number goes here

router1#(config-router)#neighbor 192.168.55.5 password ----------whatever the password you want goes here

router1#(config-router)#exit

Note this could cause a little more time in BGP message passing but should not affect IP packet processing. It could also cause a little higher CPU overhead in your peer routers.

Mike

podhillo
Level 1
Level 1

Hi Neo,

Please check if the command lookup tool helps your situation.

http://tools.cisco.com/Support/CLILookup/cltSearchAction.do

go to cisco.com and search for 'command lookup'.

Regards,

podhillo

I should have posted that link as well....thanks Podhillo

Mike

Review Cisco Networking products for a $25 gift card