Comware

 View Only
  • 1.  How to log my terminal window

    Posted Dec 13, 2010 07:51 AM
    On my cisco Devices when I type term mon my telnet session or my console sends logs on working window (terminal or console).
    I can also see matches on my ACL
    ex. *Dec 13 16:19:17.996: %SEC-6-IPACCESSLOGP: list 150 denied udp 163.110.53.684(0) ->14.15.21.17(0), 15 packets

    What is the command that I have to use in order to have the same output on my Hp Switches?

    Thank you all


  • 2.  RE: How to log my terminal window

    Posted Dec 13, 2010 07:54 AM
    Hi,

    debug event

    should do the trick...

    hth

    alex


  • 3.  RE: How to log my terminal window

    Posted Dec 13, 2010 08:01 AM
    Are you sure?
    i don't need to debug anything...for sure if i do this i will have resource problems...


  • 4.  RE: How to log my terminal window

    Posted Dec 14, 2010 06:08 AM
    unlike cisco you do not have separate logging console/buffer/server/monitor options.

    You can configure logging to a syslog server
    but you must use the debug command for output to a terminal.
    debug destination <LOGGING>
    debug <ALL>

    the "debug destination session" output is what you need.
    the type depends on what you want to see (eg "debug acl")
    Use <TAB> to see a list of available types and sub-types.

    don't forget the "no debug all" when you're done.</TAB></ALL></LOGGING>