单臂路由配置
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
单臂路由配置
CCNA学习笔记关于单臂路由的配置讨论,
实验:
实验环境:
R1:
F0/0.1
192.168.1.254/24
PC1 VLAN10 192.168.1.10/24
PC3 VLAN10 192.168.1.30/24
F0/0.2
192.168.2.254/24
PC2 VLAN20 192.168.2.20/24
实验需求:
通过配置单臂路由,使PC1,PC2,PC3之间可以互相访问。配置:
配置IP地址,
PC1:
pc1(config)#
pc1(config)#interface f0/0
pc1(config-if)#ip add 192.168.1.10 255.255.255.0
pc1(config-if)#no sh
pc1(config-if)#
pc1(config-if)#exi
pc1(config)#ip default-gateway 192.168.1.254
pc1(config)#
PC2:
pc2(config)#
pc2(config)#interface f0/0
pc2(config-if)#
pc2(config-if)#ip add 192.168.2.20 255.255.255.0 pc2(config-if)#no sh
pc2(config-if)#
pc2(config-if)#exit
pc2(config)#ip default-gateway 192.168.2.254
pc2(config)#
PC3:
pc3(config)#
pc3(config)#interface f0/0
pc3(config-if)#
pc3(config-if)#ip add 192.168.1.30 255.255.255.0 pc3(config-if)#no sh
pc3(config-if)#
pc3(config-if)#exi
pc3(config)#ip default-gateway 192.168.1.254
pc3(config)#
配置VLAN,TRUNK,VTP
SW1:
sw1(config)#interface f0/0
sw1(config-if)#
sw1(config-if)#switchport mode trunk
sw1(config-if)#
sw1(config-if)#switchport trunk encapsulation dot1q sw1(config-if)#exit
sw1(config)#
sw1(config)#interface f0/1
sw1(config-if)#
sw1(config-if)#switchport mode trunk
sw1(config-if)#
sw1(config-if)#switchport trunk encapsulation dot1q sw1(config-if)#
sw1#vlan database
sw1(vlan)#vlan 10
VLAN 10 added:
Name: VLAN0010
sw1(vlan)#vlan 20
VLAN 20 added:
Name: VLAN0020
sw1(vlan)#exit
APPL Y completed.
Exiting....
sw1#
sw1#vlan database
sw1(vlan)#
sw1(vlan)#vtp domain cisco
Changing VTP domain name from NULL to cisco sw1(vlan)#
sw1(vlan)#vtp server
Device mode already VTP SERVER.
sw1(vlan)#exit
APPL Y completed.
Exiting....
sw1#
SW2:
sw2(config)#
sw2(config)#interface f0/1
sw2(config-if)#
sw2(config-if)#switchport mode trunk
sw2(config-if)#
sw2(config-if)#switchport trunk encapsulation dot1q sw2(config-if)#end
sw2#vlan database
sw2(vlan)#
sw2(vlan)#vtp domain cisco
Changing VTP domain name from NULL to cisco sw2(vlan)#
sw2(vlan)#vtp client
Setting device to VTP CLIENT mode.
sw2(vlan)#exit
In CLIENT state, no apply attempted. Exiting....
sw2#
添加接口进VLAN,
SW1:
sw1(config)#