标签:conf 网关 改变 http 测试 ima 直连 设备 center
表3 IP地址规划表
设备名称 |
VLAN端口名称 |
IP地址 |
端口连接状况 |
RG-S3760-1 |
VLAN1 |
192.168.11.1/24 |
F0/1-RG-S2126G1 |
VLAN2 |
192.168.12.1/24 |
F0/2-RG-S2126G2 |
|
VLAN10 |
192.168.13.1/24 |
F0/10-RG-S3760-2 F0/10 |
|
RG-S3760-2 |
VLAN10 |
192.168.13.2/24 |
F0/10-RG-S3760-1 F0/10 |
VLAN11 |
192.168.1.11/24 |
F0/11-R1 Fa0/0 S1/2 |
|
VLAN24 |
192.168.24.1/24 |
F0/24 |
|
R1 |
Fastethernet1/0 |
192.168.1.12/24 |
F1/0-RG-S3760-2 F0/11 |
|
Serial1/2(DTE) |
202.202.1.1/24 |
S1/2 -R2 S1/2 |
R2 |
Serial1/2(DCE) |
202.202.1.2/24 |
S1/2 -R1 S1/2 |
依据表3中的端口连接状况对网络设备进行连接,如网络拓扑图B-2所示。
步骤2:基本配置。
(1) RG-2126G1基本配置。
Switch(config)#host RG-2126G1 ==>给交换机重新命名
RG-2126G1(config)#interface range fa 0/1-24 ==>把1到24接口全选上
RG-2126G1(config-if-range)#switchport access vlan 1 ==>设置为vlan 1
RG-2126G2基本配置:
Switch>en
Switch#conf ter
Switch(config)#host RG-2126G2
RG-2126G2(config)#interface range fa 0/1-24
RG-2126G2(config-if-range)#switchport access vlan 2
(2) RG-3760-1基本配置。
Switch(config)#host RG-3760-1
RG-3760-1(config)#vlan 2 ==>添加vlan2
RG-3760-1(config-vlan)#exit
RG-3760-1(config)#vlan 10
RG-3760-1(config-vlan)#exit
RG-3760-1(config)#interface fa 0/1 ==>进入设置接口fa 0/1
RG-3760-1(config-if)#switch access vlan 1 ==>设置为vlan 1
RG-3760-1(config-if)#exit
RG-3760-1(config)# interface fa 0/2
RG-3760-1(config-if)#switch access vlan 2
RG-3760-1(config-if)#exit
RG-3760-1(config)# interface fa 0/10
RG-3760-1(config-if)#switch access vlan 10
RG-3760-1(config-if)#exit
RG-3760-1(config)#interface vlan 1
RG-3760-1(config-if)#ip address 192.168.11.1 255.255.255.0 ==>设置vlan 1的IP地址,子网掩码
RG-3760-1(config-if)#no sh ==>开启
RG-3760-1(config-if)#exit
RG-3760-1(config)#interface vlan 2
RG-3760-1(config-if)#ip address 192.168.12.1 255.255.255.0
RG-3760-1(config-if)#no sh
RG-3760-1(config-if)#exit
RG-3760-1(config)#interface vlan 10
RG-3760-1(config-if)#ip address 192.168.13.1 255.255.255.0
RG-3760-1(config-if)#no sh
RG-3760-1(config-if)#exit
(3) RG-3760-2基本配置:参照RG-3760-1基本配置。
(4) R1基本配置。
Red-Giant(config)#host R1
R1(config)#interface fa 1/0 ==>根据接口号改变
R1(config-if) #ip add 192.168.1.12 255.255.255.0
R1(config-if) #no sh
R1(config)#interface serial 1/2
R1(config-if) #ip add 202.202.1.1 255.255.255.0
R1(config-if) #no sh
(5) R2基本配置。
Red-Giant(config)#host R2
R2(config)#interface serial 1/2
R2(config-if) #ip add 202.202.1.2 255.255.255.0
R2(config-if) #clock rate 64000
R2(config-if) #no sh
令,设置主机和服务器ip地址,子网掩码,网关
(6) 测试各个直连接口能否ping通(步骤略)。
标签:conf 网关 改变 http 测试 ima 直连 设备 center
原文地址:https://www.cnblogs.com/coxq/p/12821243.html