Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cisco switchport mode trunk is missing a command #156

Open
stephanerobert opened this issue Jul 5, 2016 · 0 comments
Open

Cisco switchport mode trunk is missing a command #156

stephanerobert opened this issue Jul 5, 2016 · 0 comments

Comments

@stephanerobert
Copy link
Contributor

As tested on a physical switch, when setting an interface on trunk mode, we need to call: switchport trunk encapsulation dot1q

co-dr2.staging(config-if)#switchport mode trunk
Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.
co-dr2.staging(config-if)#switchport trunk encapsulation dot1q
co-dr2.staging(config-if)#switchport mode trunk
co-dr2.staging(config-if)#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant