f0/0口ip地址为192.168.2.1 f0/1口ip地址为192.168.1.1
实验结果:销售财务互相可以ping通。
配置命令如下:
R1>en
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int f0/0
R1(config-if)#ip add 192.168.2.1 255.255.255.0 配置IP
R1(config-if)#no shut
R1(config-if)#int f0/1
R1(config-if)#ip add 192.168.1.1 255.255.255.0
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#ip dhcp excluded-address 192.168.1.1 将此IP从地址池中排出
R1(config)#ip dhcp excluded-address 192.168.2.1 将此IP从地址池中排出
R1(dhcp-config)#network 192.168.1.0 255.255.255.0 地址池范围
R1(dhcp-config)#default-router 192.168.1.1 网关
R1(dhcp-config)#dns-server 202.102.192.68 dns地址
R1(dhcp-config)#lease 9 (Packet Tracer模拟器不支持此命令,租约9天。)
R1(dhcp-config)#domain-name cisco.com (Packet Tracer模拟器不支持此命令,设置域名)
R1(dhcp-config)#exit
R1(config)#ip dhcp pool xiaoshou
R1(dhcp-config)#network 192.168.2.0 255.255.255.0
R1(dhcp-config)#default-router 192.168.2.1
R1(dhcp-config)#dns-server 202.102.192.68
R1(dhcp-config)#lease 9
R1(dhcp-config)#domain-name cisco.com
R1(dhcp-config)#exit
转载于:https://blog.51cto.com/shenshu/212003
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/110854.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...