Skip to content

Commit dafd131

Browse files
committed
cisco: Add interface trunk on layer 3 switch
1 parent cbc3a1f commit dafd131

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/network/cisco-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,12 @@ configure terminal
420420
interface vlan <vlan_id>
421421
ip address <ip_address> <subnet_mask>
422422
exit
423+
424+
# Trunk on switch side
425+
interface <interface_name>
426+
switchport trunk encapsulation dot1q
427+
switchport mode trunk
428+
exit
423429
exit
424430
```
425431

0 commit comments

Comments
 (0)