Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLAn with CMS and CLI

Status
Not open for further replies.

CHM1

Technical User
Oct 27, 2000
81
FR
When I configure a VLAN with CMS, I can see nothing in a sh run command line interface.
Why ?
Thanks ?
 
use the 'vlan data' command subset on the switch, make sure you have joined the correct vtp domain and have entered the password too. Not too sure what you are trying to achieve or on what platform, but these are the basics you'll need
 
I work on a Catalyst 3750 switch with Version 12.1(19r)EA1b.

I find no "vlan data" command on my switch .
here's the sh vlan command i obtain (I configured vlan 101 with CMS) :
CT0001#sh vlan

VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi1/0/1, Gi1/0/2, Gi1/0/3, Gi1/0/4, Gi1/0/5, Gi1/0/6, Gi1/0/7, Gi1/0/8, Gi1/0/9
Gi1/0/10, Gi1/0/11, Gi1/0/12
101 VLAN0101-Imagerie active
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup

VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
101 enet 100101 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0

Remote SPAN VLANs
------------------------------------------------------------------------------


Primary Secondary Type Ports
------- --------- ----------------- ------------------------------------------

CT0001#

but no corresponding line for vlan 101 in a sh run command.

Where are stored vlan 101 configuration lines?
 
try a show interface (vlan 101). VLAN 101 should be listed there.
You could also try a show ip interface brief.
You should get the details you configured under vlan 101.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top