From 4f28e54dc2a7cff6137b196248a7d5388ecd2b5d Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Mon, 4 Sep 2023 21:19:51 +0300 Subject: [PATCH] Add interface names --- Juniper.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Juniper.md b/Juniper.md index 86a622f..3588def 100644 --- a/Juniper.md +++ b/Juniper.md @@ -54,6 +54,20 @@ commit complete ``` You can directly go to commit step if you are absolutely sure what you are doing, and changes wont lock you out of the switch. +## Interface names + +In juniper interface names depends on port-type. For example xe-0/0/0 means 10G port, ge-0/0/0 means 1G, et-0/0/0 means 40G. So for example if you have configuration: + +``` +set interfaces ge-0/0/0 unit 0 family ethernet-switching vlan members CUSTOMER100 +set interfaces ge-0/0/0 unit 0 family ethernet-switching port mode trunk +set interfaces xe-0/0/0 unit 0 family ethernet-switching vlan members CUSTOMER101 +set interfaces xe-0/0/0 unit 0 family ethernet-switching port mode trunk +``` +If you plug 1G SFP in port 0/0/0 you will have vlan CUSTOMER100 activated, but if you plug 10G SFP+ - you will have vlan CUSTOMER101 activated. + + + ## Users management ### Changing root password