Obtaining the threshold monitoring configuration, Security monitoring – Brocade Network OS NETCONF Operations Guide v4.1.1 User Manual

Page 186

Advertising
background image

154

Network OS NETCONF Operations Guide

53-1003231-02

Security monitoring

12

<rpc-reply message-id="1110" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<ok/>

</rpc-reply>

Obtaining the threshold monitoring configuration

To display the threshold monitoring configuration, issue the <get-config> RPC with a subtree filter
to restrict the returned configuration information to the
<threshold-monitor-hidden>/<threshold-monitor> node in the
urn:brocade.com:mgmt:brocade-threshold-monitor namespace. To restrict the output to the
memory or CPU monitoring configuration, include the <memory> or <Cpu> element under the
<threshold-monitor> node.

The following example returns the CPU threshold monitoring configuration.

<?xml version="1.0" encoding="UTF-8"?>

<rpc message-id="1111" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<get-config>

<source>

<running/>

</source>

<filter type="subtree">

<threshold-monitor-hidden

xmlns="urn:brocade.com:mgmt:brocade-system-monitor">

<threshold-monitor>

<Cpu>

</threshold-monitor>

</threshhold-monitor-hidden>

</filter>

</get-config>

</rpc>

<rpc-reply message-id="1111" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">

<threshold-monitor-hidden

xmlns="urn:brocade.com:mgmt:brocade-system-monitor">

<threashold-monitor>

<Cpu>

<poll>30</poll>

<retry>3</retry>

<limit>75</limit>

<actions>all</actions>

</Cpu>

</threshold-monitor>

</threshold-monitor-hidden>

</rpc-reply>

Security monitoring

System Monitor monitors all attempts to breach your SAN security, helping you fine-tune your
security measures. If a security breach occurs, System Monitor sends a RASlog alert. The following
Security areas are monitored:

Telnet Violation, which occurs when a Telnet connection request reaches a secure switch from
an unauthorized IP address.

Login Violation, which occurs when a secure fabric detects a login failure.

Advertising