Hey guys, hoping you can shed a bit of light on something for me. Hopefully you can get an idea of what's going on without knowing the full network layout.
Basically, we have 2 sites linked by a dedicated line with 3750 switches at either end. Recently, the link between the 2 site went down due to a problem at one of the sites (for the sake of reference, site A).
This caused an error in the logs for the switch at site B as follows:
%OSPF-5-ADJCHG: Process 1, Nbr 172.16.15.1 on GigabitEthernet1/0/24 from FULL to DOWN, Neighbor Down: Dead timer expired
This makes sense - the neighbour adjacency is lost due to the failure on the line. Then however, the switch placed the port in err-disable state due to a loop being detected in the network as follows:
%ETHCNTR-3-LOOP_BACK_DETECTED: Loop-back detected on GigabitEthernet1/0/24.
%PM-4-ERR_DISABLE: loopback error detected on Gi1/0/24, putting Gi1/0/24 in err-disable state
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/24, changed state to down
%LINK-3-UPDOWN: Interface GigabitEthernet1/0/24, changed state to down
Now this doesn't make a lot of sense to me. I'm assuming this is a layer 2 issue and the only layer 3 route to the 172.16.0.0/16 subnet is out of that interface (gi1/0/24).
Can you think of any reason why a loss of an OSPF adjacency would result in a network loop?
Thanks.
Basically, we have 2 sites linked by a dedicated line with 3750 switches at either end. Recently, the link between the 2 site went down due to a problem at one of the sites (for the sake of reference, site A).
This caused an error in the logs for the switch at site B as follows:
%OSPF-5-ADJCHG: Process 1, Nbr 172.16.15.1 on GigabitEthernet1/0/24 from FULL to DOWN, Neighbor Down: Dead timer expired
This makes sense - the neighbour adjacency is lost due to the failure on the line. Then however, the switch placed the port in err-disable state due to a loop being detected in the network as follows:
%ETHCNTR-3-LOOP_BACK_DETECTED: Loop-back detected on GigabitEthernet1/0/24.
%PM-4-ERR_DISABLE: loopback error detected on Gi1/0/24, putting Gi1/0/24 in err-disable state
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0/24, changed state to down
%LINK-3-UPDOWN: Interface GigabitEthernet1/0/24, changed state to down
Now this doesn't make a lot of sense to me. I'm assuming this is a layer 2 issue and the only layer 3 route to the 172.16.0.0/16 subnet is out of that interface (gi1/0/24).
Can you think of any reason why a loss of an OSPF adjacency would result in a network loop?
Thanks.