03-24-2017 04:06 PM - edited 03-08-2019 09:55 AM
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.
03-24-2017 05:25 PM
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
:-)
03-25-2017 03:22 AM
03-25-2017 05:17 AM
Hi
Sure, I will be hear to assist you.
:-)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide