yesterday - last edited yesterday
I need help with VOSS configs to add the default route. Here's the config from a cisco box but need help converting it to VOSS code
Core Switch Configuration
# Enable OSPF process 1
router ospf 1
router-id 1.1.1.1
network 192.168.1.0 0.0.0.3 area 0 # Advertise link to firewall
# Set the default route learned from the firewall
default-information originate
# Assign IP to the interface facing the firewall
interface GigabitEthernet0/1
ip address 192.168.1.1 255.255.255.252
ip ospf 1 area 0
Thanks for the support.