Configuration diff

Compare two configurations line by line, with a pass that flags changes likely to drop traffic.

Added+3
Removed−3
Unchanged16
Risks54 breaking

Before

After

Export

Risk assessment

Heuristic, vendor-agnostic. A review aid, not a substitute for reading the diff.

  • breakingno shutdown

    A 'no shutdown' was removed — the interface may go administratively down.

  • warningmtu 9000

    MTU changed — mismatched MTU breaks OSPF adjacency and causes black-holing.

  • breakingshutdown

    An interface is being shut down.

  • breakingpermit icmp any any echo-reply

    A permit rule was removed — traffic that was allowed will now be denied.

  • breakingip route 0.0.0.0 0.0.0.0 203.0.113.1

    A static route was removed — the destination may become unreachable.

Line diff

11hostname edge-01
22!
33interface GigabitEthernet0/0
44 description WAN
55 ip address 203.0.113.2 255.255.255.0
66 ip access-group WAN_IN in
77 no shutdown
88!
99interface GigabitEthernet0/1
1010 description LAN
1111 ip address 10.20.0.1 255.255.255.0
12 no shutdown
12+ mtu 9000
13+ shutdown
1314!
1415ip access-list extended WAN_IN
1516 permit tcp any any established
16 permit icmp any any echo-reply
1717 deny ip any any log
1818!
19ip route 0.0.0.0 0.0.0.0 203.0.113.1
19+ip route 0.0.0.0 0.0.0.0 203.0.113.254