QuestionQ42

SONiC Configuration

In which order should these commands be entered to configure an access port in SONiC CLI when the required VLAN has already been configured?

Drag & Drop
switchport access vlan 20
interface ethernet 1/1
configure terminal
exit
First command
Second command
Third command
Fourth command
Explanation

configure terminal enters global configuration mode. interface ethernet 1/1 selects the port, after which switchport access vlan 20 assigns that access port to the already-existing VLAN. exit leaves the interface configuration context.

Community Discussion

No comments yet. Be the first to start the discussion!