
********************************************************************************
* Copyright (C) 2019-2024 by Extreme Networks , Inc.                           *
* This file is part of ncBreeze Dump                                            *
*                                                                              *
* Author: Pradeep Raj.                                                         *
*                                                                              *
*                                                                              *
* Disclaimer:                                                                  *
* 1. The queries mentioned here do not have a one-to-one correlation with CLI. *
* 2. The queries inferred here are based on an automated tool and are not      *
*    gauranteed to work. Its the functional teams responsibilty to ensure its  *
*    working.                                                                  *
* 3. In case if you find any discrepancy you can always contact the author to  *
*    get it fixed.                                                             *
* 4. Avoid giving multiple Hello requests if you are using ssh to open a       *
*    session and perform netconf requests.                                     *
* 4. Avoid using the requests with [DO NOT USE] tag in the payload. These could*
*    be defective because of the tailf extensions they have.                   *
********************************************************************************
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config"/>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address/>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<use-link-local-only/>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<link-local-config/>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<link-local-config>
									<link-local/>
								</link-local-config>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<secondary/>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<eui-config/>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<eui-config>
										<eui64/>
									</eui-config>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<anycast/>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ethernet>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<mtu/>
						</ipv6-config>
					</ipv6>
				</ethernet>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config"/>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config/>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address/>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<use-link-local-only/>
								</address>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<link-local-config/>
								</address>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<link-local-config>
										<link-local/>
									</link-local-config>
								</address>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
										<eui64/>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<loopback xmlns="urn:brocade.com:mgmt:brocade-intf-loopback">
						<id>%req_val%</id>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
										<anycast/>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</loopback>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config"/>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config/>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address/>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<use-link-local-only/>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<link-local-config/>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<link-local-config>
										<link-local/>
									</link-local-config>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
										<secondary/>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
										<eui-config/>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
										<eui-config>
											<eui64/>
										</eui-config>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<address>
									<ipv6-address>
										<address>%req_val%</address>
										<anycast/>
									</ipv6-address>
								</address>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<routing-system xmlns="urn:brocade.com:mgmt:brocade-common-def">
				<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
					<ve>
						<name>%req_val%</name>
						<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<ipv6-config>
								<mtu/>
							</ipv6-config>
						</ipv6>
					</ve>
				</interface>
			</routing-system>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config"/>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address/>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<use-link-local-only/>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<link-local-config/>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<link-local-config>
									<link-local/>
								</link-local-config>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<secondary/>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<eui-config/>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<eui-config>
										<eui64/>
									</eui-config>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<address>
								<ipv6-address>
									<address>%req_val%</address>
									<anycast/>
								</ipv6-address>
							</address>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
				<port-channel>
					<name>%req_val%</name>
					<ipv6>
						<ipv6-config xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
							<mtu/>
						</ipv6-config>
					</ipv6>
				</port-channel>
			</interface>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<global-mtu-conf xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config"/>
			</global-mtu-conf>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
<?xml version="1.0" ?>
<hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<capabilities>
		<capability>urn:ietf:params:netconf:base:1.0</capability>
	</capabilities>
</hello>
]]>]]>
<?xml version="1.0" ?>
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
	<get-config>
		<source>
			<running/>
		</source>
		<filter type="subtree">
			<global-mtu-conf xmlns="urn:brocade.com:mgmt:brocade-interface">
				<ipv6 xmlns="urn:brocade.com:mgmt:brocade-ipv6-config">
					<global-ipv6-mtu/>
				</ipv6>
			</global-mtu-conf>
		</filter>
	</get-config>
</rpc>
]]>]]>
---------------------------------------------------------
