From cf2a34d69cf597defbc9e4e7ea1b22e77f67bc2d Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Mon, 4 Sep 2023 21:29:27 +0300 Subject: [PATCH] Add prof description --- Juniper.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Juniper.md b/Juniper.md index 5690340..73a5654 100644 --- a/Juniper.md +++ b/Juniper.md @@ -66,7 +66,15 @@ 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. +## Professional style +It is professional to set on each interface description, so you can easily identify the interface and keep things in order. This includes also description of the VLANs. (irb.* or vlan.*) +``` +set interfaces xe-0/0/0 description RESELLER-ABDOTALEB-PPPoE +set interfaces vlan.1011 description RESELLER-ABDOTALEB-PPPoE-1 +set interfaces vlan.1012 description RESELLER-ABDOTALEB-PPPoE-2 +``` +You can shorten names your own way. ## Users management