エンジニアは、ルーターに新しいループバック インターフェイスを構成し、そのインターフェイスを OSPF で fa4 としてアドバタイズする必要があります。このタスクを実行するコマンド セットはどれですか?
正解:A
Step 1. Create the loopback interface using the interface loopback number global configuration command.
Step 2. Add a description. Although optional, it is a necessary component for documenting a network.
Step 3. Configure the IP address.
For example, the following commands configure a loopback interface of the R1 router shown in (shown earlier in the chapter):
R1# configure terminal
R1(config)# interface loopback 0
R1(config-if)# ip address 10.0.0.1 255.255.255.0
R1(config-if)# exit
R1(config)#