Cabletron Systems SmartSwitch Router 9032578-02 User Manual

Page 86

Advertising
background image

Chapter 6: BGP Configuration Guide

86

SmartSwitch Router User Reference Manual

The gated.conf file for router SSR1 is as follows:

The CLI configuration for router SSR2 is as follows:

The gated.conf file for router SSR2 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
;
};
};

Advertising