mike987
07-13-2009, 02:12 PM
I have always used the loopback address in my bgp peering.
router(config-router)#neighbor 10.10.10.1 remote 43578
router(config-router)#neighbor 10.10.10.1 up lo0
router(config-router)#neighbor 10.10.10.1 eb
I have been using the Internetwork Experts workbooks, and all of their solutions use the link address.
router(config-router)#neighbor 123.45.678.9 remote 43578
I know it is less entries, but the loopback address is a habit. What is the recommended (lab) way to do it? Since it doesn’t seem to be specified anywhere which way to use, I am assuming that my way is ok. Unless of course it says something like "Use the least amount to BGP Neighbor statements to complete this task" then I guess the link address would be the best way
Any one know which way I should be doing this?
router(config-router)#neighbor 10.10.10.1 remote 43578
router(config-router)#neighbor 10.10.10.1 up lo0
router(config-router)#neighbor 10.10.10.1 eb
I have been using the Internetwork Experts workbooks, and all of their solutions use the link address.
router(config-router)#neighbor 123.45.678.9 remote 43578
I know it is less entries, but the loopback address is a habit. What is the recommended (lab) way to do it? Since it doesn’t seem to be specified anywhere which way to use, I am assuming that my way is ok. Unless of course it says something like "Use the least amount to BGP Neighbor statements to complete this task" then I guess the link address would be the best way
Any one know which way I should be doing this?