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