Welcome to Netcordia Connection Sign in | Join | Help
in Search

IP Unreachables

Last post 12-12-2008 11:42 AM by pvogelsang. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 05-14-2008 2:58 PM

    IP Unreachables

    ########################################################################
    Script:
        Check routers that have "no ip unreachables" configured on their external interfaces

    Script-Description:
        Check these router interfaces and generate an issue if this command is found.

    Script-Filter:
        $Vendor eq "Cisco" and $sysDescr like /IOS/


    #########################################################################
    Action:
        Find

    Action-Description:
        Find "ip unreachables" command

    Action-Commands:
        show run

    Output-Triggers:
        Gather Unreachables

    #########################################################################

    Trigger:
        Gather Unreachables

    Trigger-Description:
        Show the devices which interface(s) have "no ip unreachables"
        
    Trigger-Variables
        $Interfaces string

    Trigger-Template:
        interface $Interfaces
         ...
         no ip unreachables  

    Output-Triggers:
        Process Issue No IP Unreachable
        
    #########################################################################

    Issue:
        Process Issue No IP Unreachable

    Issue-ID:
        IPunreachables

    Issue-Severity:
        Info

    Issue-Description:
        The "no ip unreachables" command was found on the following device/interface(s)

    Issue-Filter:
        True

    Issue-Details:
        Host        $IPAddress
        Name        $sysName
        Interface    $Interfaces
        
    #######################################################################
    Mike Griffin
    Netcordia TAC
    support@netcordia.com
    Filed under: ,
  • 12-12-2008 11:42 AM In reply to

    Re: IP Unreachables

       Check routers that have "no ip unreachables" configured on their external interfaces

    Patrick Voglesang
    VP Operations, Netcordia, Inc.
    (T) +1 410 266 6161 x309 (M) +1 724 272 1042 (F) +1 410 573 9779
    (E) pvogelsang@netcordia.com www.netcordia.com

Page 1 of 1 (2 items)