BGP configuration for Nortel/Tasman router
The following example is just for single point-to-point link. In order to configure Nortel/Tasman router, just copy and paste below configuration from configuraion mode
Neighbor IP : 10.10.10.1
Neighbor ASN : 200
ip
route 0.0.0.0 0.0.0.0 10.10.10.1 1
exit ip
router bgp 100
distance 170
redistribute static
redistribute connected
group BgpExternal external
exit group
group BgpInternal internal
exit group
neighbor 10.10.10.1 200
exit neighbor
exit bgp
Tasman-Router> conf t
Tasman-Router/configure> router bgp 100
Tasman-Router/configure/router/bgp 100> ?
aggregate_address– configure bgp aggregate entries
always_compare_med– allow comparing MED from different neighbors
default_metric — set metric of redistributed routes
distance — set protocol distance for BGP routes
group — specify a group
neighbor — specify a neighbor router
redistribute — redistribute routes from another protocol
> To see advertisement of your route
Tasman-Router> display ip bgp neighbors address 192.168.0.1 adv
> To see what you receiving from peer/neighbor
Tasman-Router>display ip bgp neighbors address 192.168.0.1 rec