Describe the three steps to set up a multilayer switch for network based management
1) Configure a port for L3 traffic
2) Turn on IP routing
3) Add a static default route
Describe step
1) Configure a port for L3 traffic
Configure one port for L3
no switchport ip address 192.168.1.201 255.255.255.0
Describe step
2) Turn on IP routing
Turn on IP routing
(conf)ip routing
Describe step
3) Add a static default route
Add static default route
(conf)ip route 0.0.0.0 0.0.0.0 192.168.1.1