Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

Re: Script in EX 2200

$
0
0

Hi Folks,

If you have netconf in the box, you can also pull same information via netconfig, dump it and run scripts based on the context check as above refered by AshvinO..

 

Sample RPC:

<rpc>

    <get-config>

        <source>

                <running/>

        </source>

        <filter type="subtree">

            <configuration>

                <system>

                                        <login>

                                                <user>

                                                        <name>lab</name>

                                                </user>

                                        </login>

                </system>

            </configuration>

        </filter>

    </get-config>

</rpc>

]]>]]>


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>