Link to home
Start Free TrialLog in
Avatar of djcminuz
djcminuzFlag for United States of America

asked on

Cisco to Foundary

Looking for help on converting Cisco commands for dual vlans, to foundary MXLe, or fastiron, just getting started. Thanks

interface gigEthernet 1/0/10
description User access port
Switchport voice vlan 10
switchport access vlan 20
Avatar of Jordan Medlen
Jordan Medlen

VLANs are configured globally and then within the VLAN configuration, you either tag (think trunk) the interface "tag e 1/0/10" or untag (think access) the interface "untag e 1/0/10". You can also place a port in "dual-mode N" where N is the VLAN ID. Dual mode ports place all untagged traffic into the VLAN specified in the command. Also, only "tagged" ports (again, think trunk) can be put in dual-mode. So look at dual-mode as changing the native VLAN.
Avatar of djcminuz

ASKER

Im still a little blurry on the whole setting up voice and data VLANs on foundry, is so easy in cisco. So would I untag the port in both VLANs, that set that port up for dual-mode?
ASKER CERTIFIED SOLUTION
Avatar of Jordan Medlen
Jordan Medlen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Awsome thanks for the insight