Created
May 24, 2016 02:10
-
-
Save nemith/ab1e9c6035c7e8c377cfb8565591cd29 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| interfaces { | |
| xe-0/0/42 { | |
| unit 0 { | |
| family ethernet-switching { | |
| interface-mode access; | |
| vlan { | |
| members MTP202; | |
| } | |
| } | |
| } | |
| } | |
| xe-0/0/43 { | |
| unit 0 { | |
| family ethernet-switching { | |
| interface-mode trunk; | |
| vlan { | |
| members MTP202; | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment