cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
848
Views
4
Helpful
3
Replies

C881 K9 ROUTER CONFIGURATION HELP

CONTACT
Level 1
Level 1

Dear Members,

I am a newbie to Cisco products,  It is my first time with Cisco products ever.

I need your help configuring my C881 K9 router recently purchased in order to connect  (ability to ping) my PC  (192.168.1.x) with different LANS  ( belong to different subnets such as 10.0.x.y and 10.1.x.y) as depicted in the attached document/ photo.

Would you please tell me the necessary configuration steps  (VI am little bit confused with assigning IP address to interfaces ? VLANS? static routing?)

Best Regards.

3 Replies 3

Julio E. Moisa
VIP Alumni
VIP Alumni

Hi

It will be a pleasure to assist you, If Im not wrong the ports on this routers are switchports, so you could configure:

* You should verify the subnet mask for the network 10.1.0.0 255.240.0.0, it will create overlapping  with network 10.0.0.0/24

vlan 10

vlan 20

vlan 30

vlan 100

interface vlan 10
description vlan 10
ip add 10.0.0.53 255.255.255.0
no shut 

interface vlan 20
description vlan 20
ip add 10.1.0.1 255.240.0.0   
no shut 

interface vlan 30
description vlan 30
ip add 192.168.0.1 255.255.255.0
no shut 

interface vlan 100
description vlan 100
ip add 192.168.1.1 255.255.255.0
no shut 

interface fa0
switchport
switchport access vlan 10
switchport mode access
no shutdown

interface fa1
switchport
switchport access vlan 20
switchport mode access

no shutdown

interface fa2
switchport
switchport access vlan 30
switchport mode access

no shutdown

interface fa3
switchport
switchport access vlan 100
switchport mode access

no shutdown

Now, you will be using the Wan and por4 for "My LAN"? or WAN will be used for Internet?

Please rate the comment if it is useful

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<

Dear Julio Moisa,

Thank you very much, I still have other questions to ask you 

Hi

Sure, I will be hear to assist you.

:-)




>> Marcar como útil o contestado, si la respuesta resolvió la duda, esto ayuda a futuras consultas de otros miembros de la comunidad. <<