I am attempting to create a stub area between a K6 and a x460-G2. I gleaned a lot of information from this post
OSPF Stub between EOS and EXOS not updating routing table. However I am stuck and hoping for some direction. Here are my configs
K6
interface loop.0.1
ip address 172.16.254.245 255.255.255.255 primary
ip ospf network point-to-point
ip ospf 2 area 0.0.0.177
no shutdown
exit
router ospf 2
router-id 172.16.254.245
area 0.0.0.177 stub no-summary
network 172.16.254.245 0.0.0.0 area 0.0.0.177
area 0.0.0.177 default-cost 10
log-adjacency
exit
x460
enable ospf
create ospf area 0.0.0.177
configure ospf area 0.0.0.177 stub nosummary stub-default-cost 10
configure ospf add vlan Loopback_1 area 0.0.0.177 link-type point-to-point
configure ospf vlan Loopback_1 priority 0