Spring中的aware接口详情
283
2022-09-21
CCNP(BCMSN)实验:DHCP中继代理——类型1(dhcp中继代理实验报告)
实验过程:第一步:sw1上的配置
sw1(config)#int f2/1sw1(config-if)#no switchport sw1(config-if)#ip add 1.1.1.1 255.255.255.0
sw1(config)#ip dhcp pool VLAN1sw1(dhcp-config)#network 192.168.1.0 255.255.255.0sw1(dhcp-config)#default-router 192.168.1.254sw1(config)#ip dhcp excluded-address 192.168.1.254 sw1(config)#ip dhcp excluded-address 172.16.1.254 sw1(config)#ip dhcp pool VLAN2sw1(dhcp-config)#network 172.16.1.0 255.255.255.0sw1(dhcp-config)#default-router 172.16.1.254//给我们的服务器配置两个地址池
第二步:R1上的配置
R1(config)#int e0/1R1(config-if)#ip add 1.1.1.2 255.255.255.0R1(config-if)#du fuR1(config-if)#no sh
R1(config-if)#int e0/2R1(config-if)#no shR1(config-if)#du fu R1(config-if)#int e0/2.1R1(config-subif)#en dot1Q 100R1(config-subif)#ip add 192.168.1.254 255.255.255.0R1(config-subif)#ip helper-address 1.1.1.1R1(config-subif)#int e0/2.2R1(config-subif)#en do 200R1(config-subif)#ip add 172.16.1.254 255.255.255.0R1(config-subif)#ip helper-address 1.1.1.1
第三步:sw2上的配置
sw2(config)#int f2/1sw2(config-if)#sw mo trsw2(config-if)#sw trunk encapsulation dot1q sw2(config-if)#no sh
sw2#vlan database sw2(vlan)#vlan 100 name VALN1VLAN 100 added:Name: VALN1sw2(vlan)#vlan 200 name VLAN2VLAN 200 added:Name: VLAN2sw2(vlan)#exiAPPLY completed.Exiting....
sw2(config)#int f2/2sw2(config-if)#sw mo accsw2(config-if)#sw acc vlan 100sw2(config-if)#int f2/3sw2(config-if)#sw mo accsw2(config-if)#sw acc vlan 200
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~