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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLAN Tagging on a G350?

Status
Not open for further replies.

victor5908

Programmer
Sep 14, 2005
399
0
0
US
Does anyone know if this is possible?
The option doesn't appear in the Configure Server tab in CM and I can't find anything in the CLI reference.Is this only for higher level Gateways?
Also-I just found out about Root access to the G350 thru the services port:
Apparently 127.1.1.11 is always available when you are connected thru the Services port.This is handy for configuring an interface without the Wizards or if you don't know the IP-
You can telnet to 127.1.1.11 from 192.11.13.6 and CLI away-
 
Whats the need for vlan tagging on a G350??

You can make a trunk but i always just put the port of the switch i connect the G350 in the voice vlan..

Greets Peter
 
The data vendor is requesting the tagging-not my idea.
Can you point me to any docs outlining "trunking"?
I am not familiar with that procedure.
Thanks-
 
Look at this configuration sample.
Code:
!create new vlan
set vlan 2 name "V2"
!setting vlan binding
set port vlan-binding-mode 10/3 bind-to-configured
!enabling trunking/tagging vlans on port
set trunk 10/3 dot1q
!setting ip-address on interface
interface Vlan 2
 icc-vlan
 ip address 3.3.3.131   255.255.255.0
 pmi
 exit
!setting default-gateway
ip default-gateway 3.3.3.1   1 low
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top