Switch(dhcp-config)#ip dhcp pool vlan1_baoliu //单独为 MAC地址为的机器分配地址 ;不一定要配置 Switch(dhcp-config)#host 10.56.1.2 255.255.255.0 Switch(dhcp-config)#client-identifier 0050.bade.8888 (client-identifier=01加上客户机网卡地址) Switch(dhcp-config)#ip dhcp pool vlan1_保留 Switch(dh...
cisco交换机DHCP分配静态IP(cisco 交换机 dhcp 租期) 这里我们以vlan31进行描述 ip dhcp pool vlan31network 172.31.255.0 255.255.255.0default-router 172.31.255.254 dns-server 202.96.209.133 8.8.8.8 1、先将特殊IP地址从dhcp中剔除掉,以免后面造成ip地址冲突ip dhcp excluded-address 172.31.255.1ip dhcp exclude...
1. 使用Cisco路由器作为示例,配置DHCP池:```Router(config)# ip dhcp pool MYPOOL ```其中“MYPOOL”是你为DHCP地址池设定的名称。2. 在DHCP配置模式下,设置默认网关:```Router(dhcp-config)# default-router 172.16.1.1 ```请将“172.16.1.1”替换为你实际的网络网关地址。3. 完成上...
Switch(dhcp-config)#ip dhcp pool vlan1_baoliu //单独为MAC地址为的机器分配地址;不一定要配置 Switch(dhcp-config)#host10.56.1.2255.255.255.0 Switch(dhcp-config)#client-identifier 0050.bade.8888(client-identifier=01加上客户机网卡地址) Switch(dhcp-config)#ip dhcp pool vlan1_保留 Switch(dhcp-conf...
4、配置路由器dhcp服务 建立地址持ip dhcp poolapple(apple为地址池名称可以随便起)运行router rip协议 5、保存设置:在全局配置模式下 Router#copy running-config startup-config //保存当前的配置 或 Router#write 也行 6、查看! 五、实验过程: 1、配置二层交换机valn trunk 并将接口加入vlan ...
clear ip dhcp binding 192.77.28.103 arp 192.77.28.103 0015.99e0.2e2b arpa //防止指定ip盗用的 以上在cisco 6509E 配置通过 华三S7506E 配置给主机分配ip dhcp server ip-pool 10 static-bind ip-address 192.168.10.100 mask 255.255.255.0 static-bind mac-address 0002-2c00-f256...
192.77.28.103 0100.1599.e02e.2b Infinite Manual 如果要立即生效,需要清空自动分配ip的缓存。以上在cisco 6509E 配置通过 华三S7506E 配置给主机分配ip dhcp server ip-pool 10 static-bind ip-address 192.168.10.100 mask 255.255.255.0 static-bind mac-address 0002-2c00-f256 ...
用cisco的为例吧:Router(config)# ip dhcp pool 1 Router(dhcp-config)default-router 172.16.1.100
Router (cofig)# ip dhcp pool 名字 定义地址池 Router(dhcp-config)# network 192.168.1.0 255.255.255.0 动态分配IP地址段 Router(dhcp-config)# default-router 192.168.1.254 设定网关地址 Router(dhcp-config)# dns-server 192.168.1.253 为客户端配置DNS地址 Router(dhcp-config)# lease 3 设定...
ip dhcp excluded-address 206.1.1.0 ! ip dhcp pool pool1 network 206.1.1.0 255.255.255.0 default-router 206.1.1.1 dns-server 206.1.1.1 ! crypto isakmp policy 1 encryption aes 128 hash sha256 authentication pre-share group 14 crypto isakmp key YsHsjx_202206 address 0.0.0.0 0.0.0.0 //配置预共...