Tuesday, August 9, 2016

DHCP on router

Router0
 First Configure
 Router > en
 Router # conf t
 Router (config) # int f0/1
 Router (config-if) # ip add 10.0.0.1 255.0.0.0
 Router (config-if) # no shut
 Router (config-if) # ip dhcp pool test
 Router (dhcp-config) # network 10.0.0.0. 255.0.0.0
 Router (dhcp-config) # default-router 10.0.0.1
 Router (dhcp-config) # do show dhcp lease
 Router (dhcp-config) # exit
 Router (config) # int f0/0
 Router (config-if) # ip add 20.0.0.1 255.0.0.0
 Router (config-if) # no shut
 Router (config-if) # ip dhcp pool test1
 Router (dhcp-config) # network 20.0.0.0. 255.0.0.0
 Router (dhcp-config) # default-router 20.0.0.1
 Router (dhcp-config) # do show dhcp lease


1 comment:

  1. 10.0.0.1 Login The default local address for the network router is 10.0.0.1 and this is also a “class A” internet protocol address used by the private network
    10.0.0.1 Login

    ReplyDelete