this is lab.
why I'm getting a port unreachable on wireshark but not on the router and also there is only 2 hop?
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
enable secret 4 06YFDUHH61wAE/kLkDq9BGho1QM5EnRtoyr8cHAUg.2
!
no aaa new-model
!
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
redundancy
!
!
csdb tcp synwait-time 30
csdb tcp idle-time 3600
csdb tcp finwait-time 5
csdb tcp reassembly max-memory 1024
csdb tcp reassembly max-queue-length 16
csdb udp idle-time 30
csdb icmp idle-time 10
csdb session max-session 65535
!!
!
interface Loopback1
ip address 192.168.12.3 255.255.255.255
!
interface FastEthernet0/0
ip address 192.168.12.10 255.255.255.248
duplex half
!
interface FastEthernet1/0
ip address 192.168.12.17 255.255.255.248
duplex half
!
router ospf 1
network 192.168.12.0 0.0.0.0 area 0
network 192.168.12.0 0.0.0.7 area 0
network 192.168.12.0 0.0.0.255 area 0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
control-plane
!
!
!
mgcp profile default
!
!
!
gatekeeper
shutdown
!
banner motd ^C you are at R2 ^C
!
line con 0
password r2
login
stopbits 1
line aux 0
stopbits 1
line vty 0 4
password r2
login
transport input all
!
!
end