Remote-Site1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Remote-Site1(config)#int g0/0
Remote-Site1(config-if)#ip add 192.168.72.129 255.255.255.240
Remote-Site1(config-if)#no shut
Remote-Site1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
Remote-Site1(config-if)#int g0/1
Remote-Site1(config-if)#ip add 192.168.72.97 255.255.255.224
Remote-Site1(config-if)#no shut
Remote-Site1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
Remote-Site1(config-if)#exit
Remote-Site1(config)#exit
Remote-Site1#
%SYS-5-CONFIG_I: Configured from console by console
Remote-Site1#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Remote-Site1#
Switch with default gateway
Sw3#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Sw3(config)#int vlan 1
Sw3(config-if)#ip add 192.168.72.66 255.255.255.224
Sw3(config-if)#no shut
Sw3(config-if)#
%LINK-5-CHANGED: Interface Vlan1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
Sw3(config-if)#exit
Sw3(config)#exit
Sw3#
%SYS-5-CONFIG_I: Configured from console by console
Sw3#conf
Configuring from terminal, memory, or network [terminal]? t
Enter configuration commands, one per line. End with CNTL/Z.
Sw3(config)#ip defa
Sw3(config)#ip default-gateway 192.168.72.65
Sw3(config)#exit
Sw3#
%SYS-5-CONFIG_I: Configured from console by console
Sw3#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Sw3#