When would you choose to use the ip default-network
command instead of the ip default-gateway
command?
|
You need to take into account that Further details and clarifications are available here |
|||
|
See here Basically
|
|||
|
When IP routing is enabled, the commands ip default-network and "ip route 0.0.0.0" etc. work the same. These commands would be used on a router or Layer 3 switch. "ip default-gateway" would be used when ip routing is not enabled - for instance, on a Layer 2 switch that has an SVI for management but cannot route on that SVI. |
|||
|