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

about configuration routeur cisco 1701 adsl

agentcisco1998
Level 1
Level 1

Hello

Es that you can me write the stages principal for the configuration of router Cisco 1701 ADSL because I do not can has to make it function correctly thank you

1 Reply 1

spremkumar
Level 9
Level 9

hi

hope u hve 2 ethernet ports in ur router one to connect ur adsl connecitivity and other one to connect ur local lan.

configure one of ur eth port which is connected to the adsl connecitivity with the ip given by the adsl provider.

int fastethernet 0/0

no shut

ip address x.x.x.x y.y.y.y

ip nat outside

then configure ur local ethernet with any of the private ip if u dont have public block alloted to u by ur SP.

in this case u need to enable NAT on both ur ehternet interface to have ur internet connecitivity thru.

interface fastetherenet 0/1

no shut

ip address a.a.a.a b.b.b.b

ip nat inside

after completing this

create access-list permiting ur local lan block if ur using NAT..

access-list 1 permit a.a.a.a b.b.b.0

ip nat inside source list 1 interface fastethernet 0/0 overload.

for more on NAT ty this

http://www.cisco.com/en/US/tech/tk648/tk361/tk438/tech_protocol_home.html

for more on Access lists try this

http://www.cisco.com/en/US/tech/tk648/tk361/tk821/tech_protocol_home.html

regds

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: