0% found this document useful (0 votes)
27 views

DHCP

This document configures Network Address Translation (NAT) and Dynamic Host Configuration Protocol (DHCP) on a Cisco router. It defines an NAT address pool, access list, and NAT rules for inside to outside source translation. It also creates a DHCP pool to assign IP addresses to clients on a subnet, excludes certain addresses, and provides DNS servers. Commands are included to view NAT translations, statistics, and DHCP bindings and server statistics for troubleshooting.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

DHCP

This document configures Network Address Translation (NAT) and Dynamic Host Configuration Protocol (DHCP) on a Cisco router. It defines an NAT address pool, access list, and NAT rules for inside to outside source translation. It also creates a DHCP pool to assign IP addresses to clients on a subnet, excludes certain addresses, and provides DNS servers. Commands are included to view NAT translations, statistics, and DHCP bindings and server statistics for troubleshooting.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

Router-Cisco#configure treminal Router-Cisco(config)# ip nat pool 1 200.42.1.1 200.42.1.10 netmask 255.255.255.0 Router-Cisco(config)# access-list 1 permit 172.16.129.0 0 0.0.0.

255 Router-Cisco(config)# ip nat inside source list 1 pool 1 Router-Cisco(config)# interface etherne 0 Router-Cisco(config-if)# ip nat inside Router-Cisco(config-if)# exit Router-Cisco(config)# interface serial 0 Router-Cisco(config)# ip nat outside show ip nat translations show ip nat statistics debug ip nat
conf t service dhcp ip dhcp pool 192.168.1.0/24 network 192.168.1.0 255.255.255.0 default-router 192.168.1.1 dns-server 192.168.1.5 192.168.1.6 exit ip dhcp excluded-address 192.168.1.1 192.168.1.199 ip dhcp excluded-address 192.168.1.241 192.168.1.255

show ip dhcp binding show ip dhcp server statistics show ip dhcp binding debug ip dhcp server

You might also like