Cabletron Systems 9032578-05 manual Gated.conf file for router SSR1 is as follows

Models: 9032578-05

1 398
Download 398 pages 17.39 Kb
Page 170
Image 170

Chapter 12: BGP Configuration Guide

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

autonomoussystem 64800 ;

routerid 0.0.0.1 ;

bgp yes {

traceoptions state ;

group type external peeras 64801

{

peer 18.122.128.2

gateway 16.122.128.3

;

};

};

static {

18.122.0.0 masklen 16 gateway 16.122.128.3

;

};

The CLI configuration for router SSR2 is as follows:

interface create ip to-R1 address-netmask 16.122.128.3/16 port et.1.1 interface create ip to-R3 address-netmask 17.122.128.3/16 port et.1.2

#

#Static route needed to reach 18.122.0.0/16

ip add route 18.122.0.0/16 gateway 17.122.128.4

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

static {

18.122.0.0 masklen 16 gateway 17.122.128.4

;

};

The CLI configuration for router SSR3 is as follows:

interface create ip to-R2 address-netmask 17.122.128.4/16 port et.4.2 interface create ip to-R4 address-netmask 18.122.128.4/16 port et.4.4 ip add route 16.122.0.0/16 gateway 17.122.128.3

144

SmartSwitch Router User Reference Manual

Page 170
Image 170
Cabletron Systems 9032578-05 manual Gated.conf file for router SSR1 is as follows