Skip to content

Commit

Permalink
Add in ipv4 on create subinterface addressing. (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa authored Sep 13, 2024
1 parent 4ca6616 commit eaf8b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/l2evpn/fabric.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Let's witness the step by step process of an interface configuration on a `leaf1
--{ * candidate shared default }--[ interface ethernet-1/49 subinterface 0 ]--
A:leaf1# ipv4 admin-state enable
--{ * candidate shared default }--[ interface ethernet-1/49 subinterface 0 ]--
A:leaf1# address 192.168.11.1/30
A:leaf1# ipv4 address 192.168.11.1/30
```

5. Apply the configuration changes by issuing a `commit now` command. The changes will be written to the running configuration.
Expand Down

0 comments on commit eaf8b99

Please sign in to comment.