72

"We don't need that network profile for this interface anymore."

*Removes*

*40+ virtual machines lose network connectivity*

"Huh. That shouldn't have happened...Well, I gotta catch my flight. Machoog, you got this?"

*Panic!*

Comments
  • 2
    Ha ha 🤤🤤😧 one single file huh !
  • 2
    Lol, always bad management 😂
  • 1
    #show running-config
    !
    !
    Access-list 1 permit 192.168.1.0 0.0.0.255
    !
    ip nat source inside list 1 interface Gi0/1 overload
    !
    Interface Gi0/1
    Ip address 179.254.0.13 255.255.0.0
    ip nat outside
    !
    !
    Interface Gi0/2
    ip address 192.168.1.10 255.255.255.0
    ip nat inside
    !
    !

    Look Bob, you can wipe the config on Gi0/1, the VMs are on the INSIDE, it’s fine.
Add Comment