Cabletron Systems SmartSwitch Router 9032578-02 User Manual

Page 89

Advertising
background image

SmartSwitch Router User Reference Manual

89

Chapter 6: BGP Configuration Guide

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:

The CLI configuration for router SSR3 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
;
};

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

static {
18.122.0.0 masklen 16
gateway 17.122.128.4
;
};

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

Advertising