cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
341
Views
0
Helpful
2
Replies

Please help with Cisco 2651xm

vernnmo01
Level 1
Level 1

Please help me configure my 2651xm router.

My DSL line has a modem of Zyxel P-2612 and I want to connect it to fa0/0 on 2651xm and fa0/1 to switch..

anyone help me configure this connection?

 

Thank you in advance..
 

2 Replies 2

michael o'nan
Level 4
Level 4

Do you have any existing configuration? Your config should look something like this:

interface F8

ip nat inside

interface G0

ip nat outside

ip access-list standard NAT
 permit 192.168.11.0 0.0.0.255

ip nat inside source list NAT interface G0 overload

feltinsilije
Level 1
Level 1

Hi, 

 

If your modem has one ethernet or Fastethernet port, you can connect it directly on you f0/0 and connect you switch on f0/1 port, 

 

secondly, give those IP addresse, and activate routage.

 

Exemple:

Router(config) int f0/0

Router(config-if)ip address 63.0.0.1 255.255.255.0

Router(config-if)no shut

 

Router(config)int f0/1

Router(config-if) ip address 10.0.0.1 255.0.0.0

Router(config-if)no shut

 

Router(config) ip route 0.0.0.0 0.0.0.0 fa0/0

 

this simply configuration cant work fine il you have modem with port Ethernet or Fastethernet port

 

Good luck,

 

CEDRIC