Add interface names

This commit is contained in:
Denys Fedoryshchenko
2023-09-04 21:19:51 +03:00
parent 3729c2296b
commit 4f28e54dc2
+14
View File
@@ -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. 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 ## Users management
### Changing root password ### Changing root password