User Manual

BGP Configuration Examples
212 Enterasys X-Pedition User Reference Manual
The gated.conf file for router X-Pedition1 is as follows:
The CLI configuration for router X-Pedition2 is as follows:
The gated.conf file for router X-Pedition2 is as follows:
autonomoussystem 1 ;
routerid 16.122.128.1 ;
bgp yes {
traceoptions aspath detail packets detail open detail update ;
group type internal peeras 1
{
peer 16.122.128.2
;
peer 16.122.128.8
;
peer 16.122.128.9
;
};
};
ip-router global set autonomous-system 1
bgp create peer-group int-ibgp-1 type internal autonomous-system 1
bgp add peer-host 16.122.128.1 group int-ibgp-1
bgp add peer-host 16.122.128.8 group int-ibgp-1
bgp add peer-host 16.122.128.9 group int-ibgp-1
autonomoussystem 1 ;
routerid 16.122.128.2 ;
bgp yes {
traceoptions aspath detail packets detail open detail update ;
group type internal peeras 1
{
peer 16.122.128.1
;
peer 16.122.128.8
;
peer 16.122.128.9
;
};
};