3550, 12.0(5)WC9, "switchport multi vlan 24,25"== 3750, 12.2(25)SEC2, ?

Dear all;
Many IOS trains for the 2950, the 3550 and the 6500 has mode "multi" for its ports to make one port belonging to different vlans. It is issued as follows:
interface FastEthernet0/16
description xxxxxxxxxx
duplex full
speed 100
switchport multi vlan 24,25
spanning-tree portfast
What is the corresponding mode for the 3750 platforms running under 12.2(25)SEC2 IOS?
Regards

Hi;
Nope! There is no prerequisite -other than sited in this document. And there is no "multi vlan" condition.
Please review the same document you've posted."
Step 4
monitor session session_number destination {interface interface-id [, | -] [encapsulation replicate]}
Specify the SPAN session and the destination port (monitoring port).
For session_number, specify the session number entered in step 3.
Note For local SPAN, you must use the same session number for the source and destination interfaces.
For interface-id, specify the destination port. The destination interface must be a physical port; it cannot be an EtherChannel, and it cannot be a VLAN.
(Optional) [, | -] Specify a series or range of interfaces. Enter a space before and after the comma; enter a space before and after the hyphen.
(Optional) Enter encapsulation replicate to specify that the destination interface replicates the source interface encapsulation method. If not selected, the default is to send packets in native form (untagged).
Note You can use monitor session session_number destination command multiple times to configure multiple destination ports. "
And hereafter an example:
"This example shows how to remove any existing configuration on SPAN session 2, configure SPAN session 2 to monitor received traffic on all ports belonging to VLANs 1 through 3, and send it to destination Gigabit Ethernet port 2. The configuration is then modified to also monitor all traffic on all ports belonging to VLAN 10.
Switch(config)# no monitor session 2
Switch(config)# monitor session 2 source vlan 1 - 3 rx
Switch(config)# monitor session 2 destination interface gigabitethernet1/0/2
Switch(config)# monitor session 2 source vlan 10
Switch(config)# end

Similar Messages

  • What happened to the multi-vlan feature?

    I've read cisco documentation that discusses the multi-vlan feature on the 2900 XL series, but not for the 2950s. Is this functionality provided in a different way on the 2950s?

    The short answer is yes, via trunking.
    The multi-vlan feature was originally supported on the early 2900XL hardware since the asics used at the time did not support ISL or dot1q encapsulation. When the updated 2900XL and the 3500XL were released they had asics that did support ISL and dot1q encapsulation and so multi-vlan support was no longer required. A decision was made to keep the multi-vlan feature available for these platforms... I assume... so that customers with a mix of 'old' and 'new' hardware could configure them the same.
    When the 2950 and 3550 were released a decision was made to no longer support the multi-vlan feature since the hardware of both already supported either ISL and dot1q (3550) or dot1q (2950).
    HTH,
    Bobby

  • There is no "Switchport Voice Vlan" command on SF300-24P !!!

    Hello everyone
    I am in an urgent problem :S
    I have a Small Business SF300-24P
    I have created two vlans one data and one voice
    but i have not assigned them to the ports and I am not sure how to do so since there's no "switchport voice vlan" command under the interface !!
    here are the configurations
    btw the switchport mode is still trunk as it is by default
    Thanks in advance
    switch0a1172#
    switch0a1172#
    switch0a1172#sho run
    config-file-header
    switch0a1172
    v1.2.9.44 / R750_NIK_1_2_584_002
    CLI v1.0
    file SSD indicator encrypted
    ssd-control-start
    ssd config
    ssd file passphrase control unrestricted
    no ssd file integrity control
    ssd-control-end cb0a3fdb1f3a1af4e4430033719968c0
    vlan database
    vlan 13,20
    exit
    voice vlan id 20
    voice vlan oui-table add 0001e3 Siemens_AG_phone________
    voice vlan oui-table add 00036b Cisco_phone_____________
    voice vlan oui-table add 00096e Avaya___________________
    voice vlan oui-table add 000fe2 H3C_Aolynk______________
    voice vlan oui-table add 0060b9 Philips_and_NEC_AG_phone
    voice vlan oui-table add 00d01e Pingtel_phone___________
    voice vlan oui-table add 00e075 Polycom/Veritel_phone___
    voice vlan oui-table add 00e0bb 3Com_phone______________
    hostname switch0a1172
    username cisco password encrypted c8e383b1dd7be99f878a387d87766e875404e0b3 priv
    lege 15
    ip telnet server
    interface vlan 13
    name "VLAN13"
    interface vlan 20
    name VOICE
    switch0a1172#

    Hi Sandy,
    You need:
    switchxxxxxx(config)# voice vlan id 20
    and smart ports should do the rest.
    for your reference: http://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/CLI_300.pdf?mdfid=283019666
    Regards,
    Aleksandra

  • Dual band router with multi vlan suggestion

    Hi, I've got a RV220w and would like the change a dual band router
    but I find out that RV042G only have port based vlan seems like same in network but separate multi vlan
    any other suggestion like RV220w with multi vlan in different network
    what I want to do is dual band network and create vlan network ip by myself same as RV220w
    192.168.0.0 vlan1
    192.168.1.0 vlan2
    192.168.2.0 vlan3
    192.168.3.0 vlan4
    192.168.4.0 vlan5
    Thanks

    RV042G does not support tagged VLAN. What you need is a Cisco RV320 or a Linksys LRT224.

  • Switchport trunk native vlan & switchport access vlan dual configuration

    I've discovered this dual configuration on a 3500xl switch while troubleshooting an incrementing runts issue. Could the config of this port be related to the issue at hand?
    port configuration:
    interface FastEthernet0/3
    duplex full
    speed 100
    switchport access vlan 203
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 203
    switchport trunk allowed vlan 1,203,204,220,1002-1005
    switchport mode trunk
    spanning-tree portfast

    Hi,
    The 'switchport access vlan' command will have no effect on the configuration you have on this port. The port will operate as a trunk and will dis-regard any config that pertains to an access port.
    Hope that helps ...
    Paresh

  • Port with multi-vlan for voice and data??

    Hi guys,
    I've a situation where my VOIP and DATA on a different segments. Voice is 10.x.x.x riding on VLAN 701. And my data is 192.x.x.x riding on VLAN 100.
    The problem occur when our receptionist PC have a software installed for call forwarding for our general line. This software need to be on the same vlan with the IP Phone vlan which is 701. If I put her PC on those vlan, she can't access
    to our LAN which is vlan 100. So she can't check her email etc.
    Can I know what is the options I have? Can I configured multi-vlan for her PC on the switch? We are using Cisco PoE 3560 switch. Thanks.

    Hi,
    on the L3 switch, you should have an IP address for both VLAN 701 and 100. So, the L3 switch is doing inter-VLAN routing.
    This means, unless you have ACL blocking traffic, any device will be able to reach any other device, even on a different VLAN.
    And, no matter where you put voice and applications, everything will work anyway.

  • Switchport access vlan Vs encapsulation dot1Q ?

    Hi All,
    Could some one explain the difference between encapsulation dot1Q & the switchport access vlan ???

    The command "switchport access VLAN" is a command to specify the one-and-only-one VLAN you want the switch port to carry.  By default, an access port will always carry VLAN 1.  This is the reason why you will never see the command "switchport access vlan 1".  You cannot have an access port carry more than one VLAN (except when you allow voice VLAN).  
    If you want to have two or more VLANs per a single switchport, then you need to enable Trunking.  Therefore the command "encapsulation dot1q" is one of the command to enable Trunking.  This command specifies which of the two Trunking protocols to use:  IEEE's 802.1q or Cisco's ISL.  
    Take note that without the command "switchport mode trunk" the interface is still an access port.   Not all Catalyst switch will accept the command "switchport encapsulation dot1q".  This is because the switch will ONLY accept 802.1q encapsulation so there's no need for this command.  All Catalyst 2K (except 2924XL) and some legacy 4000/4500 line cards support only 802.1q encapsulation.  All others will support either 802.1q or ISL.  You will never find a Catalyst switch that can support BOTH 802.1q and ISL.

  • Switchport voice vlan : untagged / none / dot1p

    Hope anyone can shed light on this.
    When "switchport voice vlan <keyword>" is configured, a Cisco IP Phone will be instructed via CDP how to deal with voice frames. According to CCNP BCMSN Official Certification Guide, a diagram suggests that when using "untagged" as keyword, IP Phone will use a Special 802.1Q trunk case so that 802.1p bits can be set. It also shows a table which seems to contradict the diagram as the CoS bits column indicates no 802.1p bits are set.
    So, can any one tell me the difference in terms of 802.1Q, 802.1p, and native vlan how each mode:untagged/dot1p goes about?
    My understanding is that with dot1p IP Phone will use 802.1Q using VLAN 0 (null or "native" vlan) merely for frames to be prioritized using 802.1p bits. As for "untagged" mode, I read somewhere that IP Phone would also use 802.1Q vlanid=1025, again, just for 802.1p bits to be set. But "untagged" seems to me like "none" when it comes to how the IP PHone will forward its voice frames.
    Thank you!

    My understanding is the following:
    with dot1Q - it will trunk using dot1q encapsulation
    with dot1p - it will use ISL encapsulation
    with untagged - native VLAN configured on the port.
    This is how it works:
    This is how PC at the back of IP Phone works:
    Once native is configured switch will communicate with PC with no vlan tags but will add NATIVE VLAN TAG when packets are forwarded to the LAN. SO when you configure NATIVE VLAN - this is the VLAN that switch add the tag into packets.
    At the same time once tagged packets with NATIVE VLAN arrive to switch port destined to PC, switch will remove trunking enxapsulation (otherwise packets will be discarded by PC) and will send packets to PC
    Similar rule is applicable to IP Phone.
    Regards,
    Vakhtang

  • VLAN problem with 3750

    Hello,
    I have configured a new interface vlan, sometimes it work, sometimes not.
    Is there a interface vlan limit on the Cisco 3750?
    Here is my configuration:
    Backbone, 3750 L3.
    vlan 182
    interface Vlan182
    description USERS_EPFL
    ip address 172.16.182.1 255.255.255.0
    ip helper-address 172.16.2.4
    ip helper-address 172.16.2.5
    no ip redirects
    no ip unreachables
    On Cisco 3750 L2
    interface FastEthernet2/0/15
    switchport access vlan 182
    switchport mode access
    no logging event link-status
    srr-queue bandwidth share 10 10 60 20
    srr-queue bandwidth shape 10 0 0 0
    no snmp trap link-status
    mls qos trust cos
    no mdix auto
    auto qos voip trust
    spanning-tree portfast
    spanning-tree bpduguard enable
    When I ping the computer connected to the port 2/0/15, sometime I can reach it, sometime not.
    It work with the other vlan (132, 134...). IP is fix.
    Many thanks if you have any ideas, I've been testing a long time.
    Gael
    PS:
    More config info:
    3750 l2
    interface GigabitEthernet1/0/1
    description Link to NYLMRO0001
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 129
    switchport mode trunk
    srr-queue bandwidth share 10 10 60 20
    srr-queue bandwidth shape 10 0 0 0
    queue-set 2
    mls qos trust cos
    auto qos voip trust
    channel-group 1 mode on
    interface GigabitEthernet1/0/2
    description Link to NYLMSW0002
    switchport trunk encapsulation dot1q
    switchport trunk native vlan 129
    switchport mode trunk
    srr-queue bandwidth share 10 10 60 20
    srr-queue bandwidth shape 10 0 0 0
    queue-set 2
    mls qos trust cos
    auto qos voip trust
    channel-group 2 mode on

    Some more info:
    When I say that simetime it work sometime not, it like I plug the connector, then it work (the ping) if I replug, The ping won't work then maybe after a vary lonmg time, it will work again
    info about show vlan:
    3750 L3
    sh vlan
    VLAN Name Status Ports
    1 default active Gi1/0/6, Gi1/0/10, Gi1/0/11, Gi2/0/6, Gi2/0/10, Gi2/0/11
    129 MGMT active
    130 SERVER active
    132 USERS active
    134 IP_TEL active
    136 WIFI_DATA active
    137 WIFI_IP_TEL active
    138 WIFI_GUEST active
    140 BATIMENT active
    182 USERS_EPFL active
    184 IP_PHONES_EPFL active
    191 DMZ3 active
    1002 fddi-default act/unsup
    1003 trcrf-default act/unsup
    1004 fddinet-default act/unsup
    1005 trbrf-default act/unsup
    3750 L2
    sh vlan
    VLAN Name Status Ports
    1 default active Fa1/0/1, Fa1/0/14, Fa1/0/15, Fa1/0/24, Fa1/0/25, Fa1/0/26, Fa1/0/27, Fa1/0/28
    Fa1/0/29, Fa1/0/30, Fa1/0/31, Fa1/0/32, Gi1/0/2, Gi1/0/3, Gi1/0/4, Fa2/0/2, Fa2/0/7
    Fa2/0/11, Fa2/0/12, Fa2/0/16, Fa2/0/17, Fa2/0/18, Fa2/0/22, Fa2/0/28, Fa2/0/31
    Fa2/0/32, Fa2/0/36, Fa2/0/37, Fa2/0/38, Fa2/0/40, Fa2/0/43, Fa2/0/45, Fa2/0/46
    Gi2/0/2, Gi2/0/3, Gi2/0/4
    129 MGMT active
    130 SERVER active Fa1/0/43, Fa1/0/47, Fa1/0/48, Fa2/0/42
    132 USERS active Fa1/0/33, Fa1/0/34, Fa1/0/35, Fa1/0/36, Fa1/0/37, Fa1/0/38, Fa1/0/40, Fa1/0/42
    Fa1/0/44, Fa1/0/45, Fa1/0/46, Fa2/0/25, Fa2/0/26, Fa2/0/29, Fa2/0/30, Fa2/0/33
    Fa2/0/34, Fa2/0/35, Fa2/0/44
    134 IP_TEL active
    136 WIFI_DATA active
    137 WIFI_IP_TEL active
    138 WIFI_GUEST active
    140 BATIMENT active Fa1/0/39, Fa2/0/41, Fa2/0/47, Fa2/0/48
    182 USERS_EPFL active Fa2/0/15, Fa2/0/27
    184 IP_PHONES_EPFL active
    191 DMZ3 active
    1002 fddi-default act/unsup
    1003 trcrf-default act/unsup
    1004 fddinet-default act/unsup
    1005 trbrf-default act/unsup

  • 2950 multi-vlan

    Hi, I need a help!
    I have a Catalyst 2950 with 24 ports.
    How Can I add 2 or more vlans in an interface? This interface is connected with a Firewall.
    With Catalyst 2900 no problem, I use switchport.
    Thks.

    With 2950, you will need to configure the port to "trunk" if you want to carry more than one VLAN over it. Does your firewall support trunking?

  • WAN Load-Balancing and multi VLAN design

    Hello,
    I need some help to define the design of a specifi LAN-WAN network.
    1) There are 2 independant WAN entries (they have their own ISP-managed router)
    2) I need to load-balanced the requests over the 2 WAN
    3) If possible, the load-balancer must be redundant (GLBP ?)
    4) On the LAN itself, there must be 15 different VLAN
    5) We also need a DHCP solution (also redundant if possible) to provide IP to these VLAN, with unique gateway (the load-balancer)
    What do I need to implement this configuration ?
    And is it possible to configure with as much GUI as possible ?
    Thanks in advance for your help.

    Dear Mike,
    Thank you and welcome to the Small Business Support Community.
    It is possible to configure load balancing with NAT, however in this case, remote internet servers will potentially see sessions from remote hosts behind the SRP541W coming from different source IP addresses (the WAN IP addresses), causing the sessions to be reset unexpectedly.
    The Policy Routing setting you setup is exactly what I would do in your case.
    I hope these answer your question and please do not hesitate to reach me back if there is anything else I may assist you with.
    Kind regards,
    Jeffrey Rodriguez S. .:|:.:|:.
    Cisco Customer Support Engineer
    *Please rate the Post so other will know when an answer has been found.

  • [Prime infrastructure 2] Switchport voice vlan

    Hello, 
    A device in Device Work Center > Feature Configuration > interface does not show up its voice vlan configuration.
    Likewise, in EDIT mode, there is nothing related to voice vlan config.
    Is this normal ?
    Regards.
    V.

    As to get the VLAN information, the file in Cisco devices Flash : Vlan.dat is fetced, and if PI fails to do so, it gives this error. As it is a file in flash, PI needs to send it over to Server itself using TFTP.
    If TFPT is somehow not working between Server and devices, it may throw this error.
    Is it happening with all the devices or some perticular platform?
    If with all the device, you need to check if there is any Firewall blocking TFTP access to devices.
    Also, you can check if TFTP service on CPI is working properly by command ncs status.
    If service is affected, try to restart service - service tftp restart Or you can restart the PI Machine itself.
    -Thanks
    Vinod
    **Encourage Contributors. RATE Them.**

  • Multi site, multi vlan configuration question

    Hi Brian,Good questions.If the router connects to the switch on a VLAN 1 access port then it is a non-issue since the packets are not tagged.If there is a trunk between the router and the switch with tagged traffic, then I would recommend using inside and outside VLANs on the switch. Essentially this is just two VLANs, one for each Wanos interface so that it sits in the middle of the traffic flow. For example the gateway would say be in a VLAN 100 sub-interface on the router. Wanos wan0 would be in VLAN 100 and the lan0 interface remain in VLAN 1 along with the devices. The only way to the gateway is through the bridge. The bridge deployment is almost always the simplest way to get going, but where it is not possible, router mode is also available.Express will be ok for one remote location and if either direction across the WAN is...

    Ok, I'm getting ready to setup Wanos for a test run at one of our remote locations. I'm seeing packet loss on the circuit to this specific site and I want to test the packet loss recovery capability of Wanos. Our network topology is point to multipoint with MPLS connections between our main location and each of our 7 remote offices. So at our main location if I read correctly I would have to add a bypass rule for all the other offices that do not have a Wan optimization device.I have to preface my question with this... we have VLAN tagging going on at the remote locations for data and voice. The switch is ultimately responsible for the tagging of the packets. The IP phones and computers are both on completely different networks. The devices are assigned their IP's from the router through DHCP with the data VLAN 1 as the default. The...
    This topic first appeared in the Spiceworks Community

  • Applying command switchport voice vlan

     Hi everyone,
    At customer setup they have implemented VOIP and as they have to meet the deadlines for this project and they are in rush  they want all the switch  ports where users are connected should be configured for voice vlan.
    As we have server,printers and other devices also connected to these switches.
    if i configure int range fa0/1 - 48 with voice vlan command will it cause any issue to devices connected to the switch other than user PC?
    Regards
    MAhesh

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Any issues to ports w/o a VoIP phone but configured with a voice VLAN?  Well, broadcast traffic on the VoIP VLAN will go to each port configured with a voice VLAN, but on a VoIP VLAN I wouldn't expect there to be too much of this traffic.  So it shouldn't be significant.

  • Vlan creation in 3750

    Hi,
    We have a 3750 Layer-3 Switch which is our core Switch and acts as VTP domain, have 10 vlans . Just I created new Vlan say Vlanx in config mode and assigned the IP address and issued no shut command also , but still vlan shows down (sh int vlanx
    ) and I don't see the created vlan (x)also when I issue sh vlan command.
    What could be the problem?.
    Regards,
    Raju

    Raju,
    You can create Vlans using 2 modes. Global config mode and Vlan database modes. Normal range vlans (1-1005) are created using the vlan database mode and extended range vlans are configured using the global config mode. You can also create the normal range vlans on teh config mode. However you must type exit to get out of the config-vlan mode and changes to take effect and then it will show in vlan database.
    For best practice always use Vlan dtabase to create L2 vlans. try the vlan database now let me know if you get success or not. Also make sure that you assign a port in it and also the host is connected to the port and active
    regards,
    -amit singh

Maybe you are looking for