NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    Trap Output Object (Get-Trap Cmdlet)

    This object is returned for each trap received by the cmdlet.

    Syntax

    Object Trap {
       string Host;
       string[] OID;
       string[] OIDValue;
       string[] OIDType;
       int Version;
       string User;
       bool IsAuthenticated;
    }

    Remarks

    The OID, OIDValue and OIDType fields are arrays because SNMP v2 and v3 traps may contain multiple objects.

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]
     

     
     
    Copyright (c) 2019 /n software inc. - All rights reserved.
    NetCmdlets 2016 - Version 16.0 [Build 7240]