2 thoughts on “Monitoring and Troubleshooting”

  1. “Now, bounce the ge-0/0/0 interface on vMX1, which will cause the interface on vMX1 to go down, then up one minute later.

    configure
    set interfaces ge-0/0/0 disable
    commit
    set interfaces ge-0/0/0 disable
    commit and-quit”

    Needs to be fixed:

    configure
    set interfaces ge-0/0/0 disable
    commit
    delete interfaces ge-0/0/0 disable
    commit and-quit

Leave a Reply