|
|
The lo0 interface does not require any physical device configuration because it is a virtual device. The following commands correctly assign a /32-bit host address to logical unit 0 of the router's loopback interface based on the contents of Table 2.1:
[edit interfaces] lab@r3# set lo0 unit 0 family inet address 10.0.3.3 [edit interfaces] lab@r3# show lo0 unit 0 { family inet { address 10.0.3.3/32; } }
|
|