show snmp-server status

Displays the SNMP server status on a VRF.

Usage

<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
    <action xmlns="http://tail-f.com/ns/netconf/actions/1.0">
        <data>
            <show xmlns="urn:brocade.com:mgmt:brocade-common-def">
                <snmp-server xmlns="urn:brocade.com:mgmt:brocade-snmp">
                    <status/>
                </snmp-server>
            </show>
        </data>
    </action>
</rpc>]]>]]>
<?xml version="1.0" encoding="UTF-8"?>
    <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
        <data>
            <show xmlns='urn:brocade.com:mgmt:brocade-common-def'>
                <snmp-server xmlns='urn:brocade.com:mgmt:brocade-snmp'>
                    <status>
                        <server>
                            <vrf>mgmt-vrf</vrf>
                            <status>enabled</status>
                        </server>
                            <server>
                                <vrf>default-vrf</vrf>
                                <status>enabled</status>
                            </server>
                        <server>
                            <vrf>red</vrf>
                            <status>disabled</status>
                        </server>
                    </status>
                </snmp-server>
            </show>
    </data>
</rpc-reply>]]>]]>

Parameters

status
In the RPC request, fetches the status of the SNMP server on all VRFs.
server
A container for each of the various VRFs.
vrf
Name of the VRF for which the status is being displayed.
status
The SNMP server status for the VRF as named in the vrf tag.