[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Enabling BGP Routing
You must enable the BGP routing process on the
router serving as the PE router.
router bgp
- Use to enable the BGP routing protocol and to specify
the local AS—the AS to which this BGP speaker belongs.
- All subsequent BGP configuration commands are placed within
the context of this router and AS; you can have only a single BGP
instance per virtual router.
- Specify only one BGP AS per virtual router.
- Example
- host1:vr1(config)#router bgp 100
- This command takes effect immediately.
- Use the no version to remove
the BGP process.
- See router bgp.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]