Page 1 of 1

Enabling VRF Mode ..

Posted: 13 Aug 2012 08:06
by ellocodelaco
Hi all,

I´ve a problem when i try to configure a new VRf...


> show vrf
Virtual Routers Protocols
-----------------------------------------------
default

Total Numer of Virtual Routers: 1

> show module
HW Mfg
Slot Part-Number Serial # Rev Date Model Name
-------+--------------+------------+---+-----------+--------------------------------
CMM-1 902938-90 M3386673 06 AUG 16 2011 OS6850E-48

CMM-2 902938-90 M3386687 06 AUG 16 2011 OS6850E-48

NI-1 902938-90 M3386673 06 AUG 16 2011 OS6850E-48

NI-2 902938-90 M3386687 06 AUG 16 2011 OS6850E-48

-> vrf Contribucion
ERROR: VRF commands are not supported on this platform.

> vrf 100
ERROR: VRF commands are not supported on this platform.


tks for your help.
HG.

Re: Enabling VRF Mode ..

Posted: 14 Aug 2012 04:28
by devnull
What is the running mode of the Switches?

show stack mode

You must run OS6850E to support vrf.

-> show stack mode
NI Model Name Current mode Saved mode
----+----------------+----------------+----------------
1 OS6850E-P24X OS6850E OS6850E
2 OS6850E-P24X OS6850E OS6850E
3 OS6850E-P24X OS6850E OS6850E
4 OS6850E-P24X OS6850E OS6850E
5 OS6850E-P24X OS6850E OS6850E

-> show vrf
Virtual Routers Protocols
-----------------------------------------------
default

Total Number of Virtual Routers: 1

-> vrf 10
10::-> exit
-> no vrf 10
->
You can set the mode using
stack set slot 1 saved-mode os6850e reload
Or
edit boot.slot.cfg with vi

vi boot.slot.cfg

Code: Select all

boot slot 1
boot mode os6850e

Re: Enabling VRF Mode ..

Posted: 14 Aug 2012 09:34
by ellocodelaco
tks, you are right., The stack was running in 6850mode.. :)

Regards
HG