182
3. Configure port 0/2.
(QCT) (Config)#interface 0/2
(QCT) (Interface 0/2)#routing
(QCT) (Interface 0/2)#ip unnumbered loopback 1
(QCT) (Interface 0/2)#exit
4. Configure port 0/3.
(QCT) (Interface 0/3)#routing
(QCT) (Interface 0/3)#ip unnumbered loopback 1
(QCT) (Interface 0/3)#exit
(QCT) (Config)#
To configure the router 2:
1. Enable routing on the switch.
(QCT) #configure
(QCT) (Config)#ip routing
2. Configure the loopback interface.
(QCT) (Config)#interface loopback 1
(QCT) (Interface loopback 1)#ip address 2.0.0.2 /24
(QCT) (Interface loopback 1)#exit
3. Configure port 0/2.
(QCT) (Config)#interface 0/2
(QCT) (Interface 0/2)#routing
(QCT) (Interface 0/2)#ip unnumbered loopback 1
(QCT) (Interface 0/2)#exit
4. Configure port 0/3.
(QCT) (Interface 0/3)#routing
(QCT) (Interface 0/3)#ip unnumbered loopback 1
(QCT) (Interface 0/3)#exit
(QCT) (Config)#
To configure the router 3:
1. Enable routing on the switch.
(QCT) #configure