beautypg.com

Accton Technology ES4710BD User Manual

Page 402

background image

401

E

ES4710BD 10 Slots L2/L3/L4 Chassis Switch

(10.1.1.2) only, update information is not exchanged between switchA and switchC vlan2 (20.1.1.2).

The configuration for SwitchA, SwitchB and SwitchC is shown below:

a) Configuration of layer 3 switch SwitchA

!Configuration of the IP address for interface vlan1

SwitchA#config

SwitchA(Config)# interface vlan 1

SwitchA(Config-If-Vlan1)# ip address 10.1.1.1 255.255.255.0

SwitchA (Config-If-vlan1)#exit

!Configuration of the IP address for interface vlan2

SwitchA(Config)# interface vlan 2

SwitchA(Config-If-vlan2)# ip address 20.1.1.1 255.255.255.0

Enable RIP

SwitchA(Config)#router rip

SwitchA(Config-router-rip)#exit

Enable vlan1 to send/receive RIP packets

SwitchA(Config)#interface vlan 1
SwitchA(Config-If-vlan1)#ip rip work
SwitchA(Config-If-vlan1)#exit

Enable vlan2 to send/receive RIP packets

SwitchA (Config-If-vlan2)# ip rip work
SwitchA (Config-If-vlan2)#exit
SwitchA(Config)#exit
SwitchA#
b) Configuration of layer 3 switch SwitchB
!Configuration of the IP address for interface vlan1
SwitchB#config
SwitchB(Config)# interface vlan 1
SwitchB(Config-If-vlan1)# ip address 10.1.1.2 255.255.255.0
SwitchB (Config-If-vlan1)exit

Enable RIP and configure the IP address for the neighbor layer3 switch

SwitchB(Config)#router rip
SwitchB(Config-router-rip)#exit

Enable vlan1 to send/receive RIP packets

SwitchB(Config)#interface vlan 1
SwitchB (Config-If-vlan1)#ip rip work
SwitchB (Config-If-vlan1)#exit
SwitchB(Config)#exit
SwitchB#
c) Configuration of layer 3 switch SwitchC
!Configuration of the IP address for interface vlan2