Hey everyone - I'm in the process of migrating some OOB ports from aging juniper equipment over to some FS switches. Some of the ports I'm using are trunk with native vlans. the FS switches use a 'PVID' and hybrid style configuration (somewhat similar to brocade from experience years ago).
based on the documentation of the configuration, I'm trying to determine what would be the configuration of the port, if I had the following:
port-mode trunk
native-vlan id 25
vlan members [ 35 45 55 ]
Based on what I'm piecing together, I think the config SHOULD be:
int e 1/10
switchport mode hybrid
switchport hybrid pvid 25
switchport hybrid allowed vlan add 35,45,55 tagged
Could anyone that's worked with this setup confirm if this looks right?
No comments:
Post a Comment