Tell About the correct syntax to configure a router as a BGP?
prasad 18-February-2008 12:04:41 PM

Comments


Router A (config-router)#neighbor route-reflector-client
Here, it is:
Router A (config-router) #neighbor route-reflector-client 144.44.44.1
The above command will configure Router A as a route reflector with
The specified neighbor 144.44.44.1 as the route reflector's client.
Posted by rickwalker



Posted: 18-February-2008 12:43:07 PM By: rickwalker

Router A (config-router)#neighbor route-reflector-client
Here, it is:
Router A (config-router) #neighbor route-reflector-client 144.44.44.1
The above command will configure Router A as a route reflector with
The specified neighbor 144.44.44.1 as the route reflector's client.