Role: Internal routing between LAN and ASA

Hostname: AKWAA-CORE


conf t hostname AKWAA-CORE no ip domain-lookup ! interface GigabitEthernet0/0 description Link to ASA ip address 192.168.200.2 255.255.255.0 no shutdown ! interface GigabitEthernet0/1 description LAN Gateway ip address 192.168.20.1 255.255.255.0 no shutdown ! router ospf 1 router-id 1.1.1.1 network 192.168.200.0 0.0.0.255 area 0 network 192.168.20.0 0.0.0.255 area 0 ! ip route 0.0.0.0 0.0.0.0 192.168.200.1 ! line vty 0 4 password cisco login transport input ssh telnet ! end write memory