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

Re:creating SVI Interface on MSFC

ambivert skill
Level 1
Level 1

Hi,

Please let me know is there any specific way to create the SVI Interface on MSFC , actually I need to create the two SVI Int on MSFC to enable routing in between two VLANs on 7613 chassis.

Thank you

Ambivert

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Ambivert,

if the switch is in Native IOS mode  (likely) you just need to create the SVI interfaces using

config t

interface Vlan X

ip address A.B.C.D 255.255.255.E

! you need to enable it

no shut

do the same for Vlan Y

verify that ip routing is enabled in global configuration mode.

where X is the vlan number

The Layer 2 Vlan X must exist and at least one L2 port either access port or trunk port has to be in STP forwarding state for Vlan X

(this is called MSFC autostate).

If the switch is an older C6500 in hybrid mode you need first to access the MSFC using

session 15 from supervisor console OR  telnet to already defined and active IP address on the MSFC.

then after you get access to the MSFC CLI you use the same commands as above to create the layer 3 interface SVI Vlan X.

You can check the state of the created interface with

show ip interface  brief

it has to be up up to be operational

Edit:

you have 7613 that is in Native IOS mode.

Hope to help

Giuseppe

View solution in original post

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Ambivert,

if the switch is in Native IOS mode  (likely) you just need to create the SVI interfaces using

config t

interface Vlan X

ip address A.B.C.D 255.255.255.E

! you need to enable it

no shut

do the same for Vlan Y

verify that ip routing is enabled in global configuration mode.

where X is the vlan number

The Layer 2 Vlan X must exist and at least one L2 port either access port or trunk port has to be in STP forwarding state for Vlan X

(this is called MSFC autostate).

If the switch is an older C6500 in hybrid mode you need first to access the MSFC using

session 15 from supervisor console OR  telnet to already defined and active IP address on the MSFC.

then after you get access to the MSFC CLI you use the same commands as above to create the layer 3 interface SVI Vlan X.

You can check the state of the created interface with

show ip interface  brief

it has to be up up to be operational

Edit:

you have 7613 that is in Native IOS mode.

Hope to help

Giuseppe

Thanks Giuseppe for your detail explaination now I have better idea.

Regards

Ambivert

Review Cisco Networking for a $25 gift card