Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisluong/909daf981b11e7047305 to your computer and use it in GitHub Desktop.
Save francisluong/909daf981b11e7047305 to your computer and use it in GitHub Desktop.
Juniper Netconf: request to get a partial configuration
<rpc message-id="1002 Tue Jun 17 23:25:48 -0400 2014">
<get-config>
<source><candidate/></source>
<filter type="subtree">
<configuration>
<protocols>
<l2circuit>
<neighbor>
<name>1.2.3.4/name>
</neighbor>
</l2circuit>
</protocols>
</configuration>
</filter>
</get-config>
</rpc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment