cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
571
Views
0
Helpful
3
Replies

Seperate Network on Cisco 3550-12G

Kapil Choudhary
Level 1
Level 1

            How do I configuring Private Class A [10.206.90.0/24] and Private Class C [192.168.1.0/24] Network on Cisco 3550-12G Switch.

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Just create one SVI for each network

example:

inter vlan 10

ip addre 10.206.90.1 255.255.255.0

no sh

inter vlan 20

ip addre 192.168.1.1 255.255.255.0

no sh

HTH

singhaam007
Level 3
Level 3

hello,

A switch virtual interface (SVI) represents a VLAN of switch ports as one interface to the routing or bridging function in the system. Only one SVI can be associated with a VLAN, but you need to configure an SVI for a VLAN only when you wish to route between VLANs, fallback-bridge nonroutable protocols between VLANs, or to provide IP host connectivity to the switch. By default, an SVI is created for the default VLAN (VLAN 1) to permit remote switch administration.

http://www.cisco.com/en/US/docs/switches/lan/catalyst3550/software/release/12.1_19_ea1/configuration/guide/swint.html#wp1056566

please rate if this helps

thanks

Hello Amrinder

CS-0R#show ip int brief

Interface              IP-Address      OK? Method Status                Protocol

Vlan1                  10.206.90.40    YES NVRAM  up                    up

Vlan10                 192.168.1.1     YES manual up                    up

Vlan20                 192.168.2.1     YES manual up                    up

GigabitEthernet0/1     unassigned      YES unset  up                    up

GigabitEthernet0/2     unassigned      YES unset  up                    up

GigabitEthernet0/3     unassigned      YES unset  up                    up

GigabitEthernet0/4     unassigned      YES unset  up                    up

GigabitEthernet0/5     unassigned      YES unset  down                  down

GigabitEthernet0/6     unassigned      YES unset  down                  down

GigabitEthernet0/7     unassigned      YES unset  down                  down

GigabitEthernet0/8     unassigned      YES unset  up                    up

GigabitEthernet0/9     unassigned      YES unset  up                    up

GigabitEthernet0/10    unassigned      YES unset  up                    up

GigabitEthernet0/11    unassigned      YES unset  up                    up

GigabitEthernet0/12    unassigned      YES unset  up                    up

We are able to ping between vlan10 and vlan20 but not with any node on the management vlan subnet 10.206.90.0/24.

Please advise.

Review Cisco Networking for a $25 gift card