Created
June 19, 2014 12:06
-
-
Save francisluong/909daf981b11e7047305 to your computer and use it in GitHub Desktop.
Juniper Netconf: request to get a partial configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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