forked from spinesystemspublic/documentation
Add interface names
This commit is contained in:
+14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user