cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
322
Views
0
Helpful
1
Replies

Need a help.......

wahidbd
Level 1
Level 1

hello my name is wahd. i want to configure Cisco router WAN (HDLC) and NAT and DHCP in cisco 2600 series. in 2600 i've 2 ethernet,2serial,1 WAN port.

plz tell how can i configure this router. plz help me and send me the step by step guide.

1 Reply 1

mgeorccna
Level 1
Level 1

Here ia configuration example. You need to cahnge your IP addresses and your interface numbers.

ip dhcp excluded-address 10.1.1.1

!

ip dhcp pool DHCPPOOL

network 10.1.1.0 255.255.255.0

default-router 10.1.1.1

dns-server #.#.#.#

!

interface FastEthernet0/0

ip address 10.1.1.1 255.255.255.0

ip nat inside

!

interface Serial0/0

ip address #.#.#.# #.#.#.#

ip nat outside

!

ip local pool DHCPPOOL 10.1.1.2 10.1.1.254

ip nat inside source list 100 interface serial0/0 overload

!

access-list 100 permit ip 10.1.1.0 0.0.0.255 any