Spring中的aware接口详情
366
2022-09-13
第八期拓扑-三层交换机作为中继器服务器作为DHCP【思科】(思科三层交换机配置dhcp中继)
实验目的: 1.配置两个地址池:192.168.10.0/24和192.168.20.0/24和192.168.30.0/24和192.168.40.0/242.配置两个VLAN:VLAN 10和VLAN 20和VLAN30和VLAN403.将四台主机分别加入VLAN4.自动获取IP地址,确保全网互通实验步骤:1. 在四台交换机上配置VLAN10/20/30/40
将交换机链接终端的端口设置为access【加入相应的VLAN】Switchport mode accessSwitch access vlan X 将交换机链接交换机的端口设置为trunk【加入全部VLAN】Switch mode trunkSwitch trunk allowe vlan all 将多层交换机配置如下【开启IP routing 配置VLAN10/20/30/40网关】:Switch>enSwitch#Switch#Switch#confConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.Switch(config)#Switch(config)#vlan 10Switch(config-vlan)#vlan 20Switch(config-vlan)#vlan 30Switch(config-vlan)#vlan 40Switch(config-vlan)#eSwitch(config)#Switch(config)#Switch(config)#ip routing[开启路由功能]Switch(config)#Switch(config)#in f 0/1Switch(config-if)#Switch(config-if)#no shSwitch(config-if)#Switch(config-if)#sw trunk enSwitch(config-if)#sw trunk encapsulation dSwitch(config-if)#sw trunk encapsulation dot1q [三层交换开启trunk]Switch(config-if)#Switch(config-if)#sw trunk allowed vlan allSwitch(config-if)#eSwitch(config)#Switch(config)#in f 0/2Switch(config-if)#Switch(config-if)#no shSwitch(config-if)#Switch(config-if)#sw trunk enSwitch(config-if)#sw trunk encapsulation dSwitch(config-if)#sw trunk encapsulation dot1q Switch(config-if)#Switch(config-if)#sw trunk allowed vlan allSwitch(config-if)#eSwitch(config)#Switch(config)#in vlan 10Switch(config-if)#%LINK-5-CHANGED: Interface Vlan10, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to up
Switch(config-if)#Switch(config-if)#no shSwitch(config-if)#Switch(config-if)#ip add 192.168.10.254 255.255.255.0Switch(config-if)#eSwitch(config)#Switch(config)#Switch(config)#in vlan 20Switch(config-if)#%LINK-5-CHANGED: Interface Vlan20, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up
Switch(config-if)#no shSwitch(config-if)#Switch(config-if)#ip add 192.168.20.254 255.255.255.0Switch(config-if)#Switch(config-if)#eSwitch(config)#Switch(config)#Switch(config)#in vlan 30Switch(config-if)#%LINK-5-CHANGED: Interface Vlan30, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan30, changed state to up
Switch(config-if)#no shSwitch(config-if)#Switch(config-if)#ip add 192.168.30.254 255.255.255.0Switch(config-if)#eSwitch(config)#Switch(config)#in vlan 40Switch(config-if)#%LINK-5-CHANGED: Interface Vlan40, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan40, changed state to up
Switch(config-if)#no shSwitch(config-if)#Switch(config-if)#ip add 192.168.40.254 255.255.255.0Switch(config-if)#e
配置路由器如下:Router>Router>enRouter#Router#confConfiguring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z.Router(config)#Router(config)#in g 0/1Router(config-if)#Router(config-if)#Router(config-if)#no sh
Router(config-if)#%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
Router(config-if)#ip add 10.10.1.1 255.255.255.0Router(config-if)#Router(config-if)#eRouter(config)#Router(config)#Router(config)#in g 0/0Router(config-if)#Router(config-if)#no sh
Router(config-if)#%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
Router(config-if)#ip add 10.10.10.254 255.255.255.0Router(config-if)#e
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~