Add prof description

This commit is contained in:
Denys Fedoryshchenko
2023-09-04 21:29:27 +03:00
parent 1978691400
commit cf2a34d69c
+8
View File
@@ -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