网络结构如下图所示:
配置方法:
CAT 1
CAT1> (enable) show running-config
begin
!
# ***** NON-DEFAULT CONFIGURATION *****
!
!
#version 6.3(5)
!
#system
set system name CAT1
set system highavailability enable
!-- Enables high availability on Catalyst switch.
!
#vtp
set vtp domain cisco
set vlan 1 name default type ethernet mtu 1500 said 100001 state active
[..]
set vlan 10,20
!
#set boot command
set boot config-register 0x2102
set boot system flash bootflash:cat6000-sup.6-3-5.bin
!
#module 3 : 48-port 10/100BaseTX Ethernet
set vlan 10 3/2
!-- Port 3/2 is connected to AS10 on VLAN 10.
!
#module 5 : 8-port 1000BaseX Ethernet
set module name 5
set trunk 5/2 on isl 1-1005,1025-4094
!-- Port 5/2 is connected to CAT 2 as Trunk.
!
#module 15 : 1-port Multilayer Switch Feature Card
!-- MSFC #1 on Port 1, Mod 15.
!
#module 16 : 1-port Multilayer Switch Feature Card
!-- MSFC #2 on Port 2, Mod 16.
CAT 2
CAT2 (enable) show running-config
begin
!
# ***** NON-DEFAULT CONFIGURATION *****
!
!
#version 6.3(5)
!
#system
set system name CAT2
set system highavailability enable
!-- Enables high availability on Catalyst switch.
!
#vtp
set vtp domain cisco
set vlan 1 name default type ethernet mtu 1500 said 100001 state active
set vlan 10,20
!
#set boot command
set boot config-register 0x2102
set boot system flash bootflash:cat6000-sup.6-3-5.bin
!
!
#module 3 : 48-port 10/100BaseTX Ethernet
set vlan 20 3/3
!-- Port 3/3 is connected to AS20 on VLAN 20.
!
#module 4 : 8-port 1000BaseX Ethernet
set module name 4
set trunk 4/2 on isl 1-1005,1025-4094
!-- Port 4/2 is connected to CAT 1 as Trunk.
!
#module 15 : 1-port Multilayer Switch Feature Card
!-- MSFC 1 on Port 1, Mod 15.
!
#module 16 : 1-port Multilayer Switch Feature Card
!-- MSFC #2 on Port 2, Mod 16.
MSFC Configuration on CAT1
CAT1> (enable)
CAT1> (enable) session 15
Trying Router-15...
Connected to Router-15.
Escape character is ‘^]‘.
MSFC-CAT1>enable
分页: [1] [2]
TAG: BGP 路由 配置