10-12-2011 03:50 AM - edited 03-04-2019 01:54 PM
Hi,
We have Cisco 3945 Router with SM-ES3-24P Switch Module. when we tried to configure routing in Router and Layer 3 ports on Switch module, the inter-communicaiton is not working?
Please inform how we can use routing in 3945 with SM-ES3-24P module?
Bhavesh Patel
10-12-2011 05:18 AM
Hi,
Have you enabled ip routing? sh ip route will tell you it ain't the case if it's empty otherwise try this way:
leave the ports as L2 and create SVI for each vlan then put L2 ports as access ports in the correct vlan.
eg:
ip routing
int vlan 10
ip add 192.168.10.1 255.255.255.0
int vlan 20
ip add 192.168.20.1 255.255.255.0
int vlan 30
ip add 192.168.30.1 255.255.255.0
int f1/0
sw mode access
sw access vl 10
int f1/1
sw mode access
sw access vl 20
int f1/1
sw mode access
sw access vl 30
Regards.
Alain.
10-12-2011 05:18 AM
Create L3 Vlan interface
Then Assign each port to the desired Vlan
Sent from Cisco Technical Support iPhone App
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