
********************************************************************************
* 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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<connector>
					<name>%connector-type%</name>
				</connector>
			</hardware>
		</config>
	</edit-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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<connector>
					<name>%req_val%</name>
					<breakout/>
				</connector>
			</hardware>
		</config>
	</edit-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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<connector>
					<name>%req_val%</name>
					<breakout>
						<cage-mode>%connector-mode-type%</cage-mode>
					</breakout>
				</connector>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<connector>
					<name>%req_val%</name>
					<insight>
						<insmode/>
					</insight>
				</connector>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<port-group>
					<name>%interface:port-group-type%</name>
				</port-group>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<port-group>
					<name>%req_val%</name>
					<portgroup-speed>%portgroup-speed-type%</portgroup-speed>
				</port-group>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<predefined>
							<tcam_profiletype>%tcam-profile-subtype%</tcam_profiletype>
						</predefined>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<cam-share>
							<l2-ingress-acl/>
						</cam-share>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<cam-share>
							<l3-v4-ingress-acl/>
						</cam-share>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<cam-share>
							<l3-v6-ingress-acl/>
						</cam-share>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<cam-share>
							<l3-v4-pbr/>
						</cam-share>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<cam-share>
							<l3-v6-pbr/>
						</cam-share>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<limit>
							<l2l3v4-app>%uint32%</l2l3v4-app>
						</limit>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<limit>
							<v6-app>%uint32%</v6-app>
						</limit>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<limit>
							<flex-acl>%uint32%</flex-acl>
						</limit>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<tcam>
						<vxlan-vpls-enable/>
					</tcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<predefined>
							<route_profiletype>%route-profile-subtype%</route_profiletype>
						</predefined>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<predefined>
							<enhance_parameter>
								<hwopt_enable>%feature-state-subtype%</hwopt_enable>
							</enhance_parameter>
						</predefined>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<predefined>
							<enhance_parameter>
								<multi_vrf>%feature-state-subtype%</multi_vrf>
							</enhance_parameter>
						</predefined>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<predefined>
							<enhance_parameter>
								<v4fibcomp_enable>%feature-state-subtype%</v4fibcomp_enable>
							</enhance_parameter>
						</predefined>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<predefined>
							<enhance_parameter>
								<v6fibcomp_enable>%feature-state-subtype%</v6fibcomp_enable>
							</enhance_parameter>
						</predefined>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<routing_parameter>
							<maximum-paths>%ecmp-subtype%</maximum-paths>
						</routing_parameter>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<routing_parameter>
							<route-feature>
								<ipv6-max-prefix-64/>
							</route-feature>
						</routing_parameter>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<route>
						<routing_parameter>
							<route-feature>
								<urpf/>
							</route-feature>
						</routing_parameter>
					</route>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<qos>
						<predefined>
							<qos_profiletype>%qos-profile-subtype%</qos_profiletype>
						</predefined>
					</qos>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<lag>
						<predefined>
							<lag_profiletype>%lag-profile-subtype%</lag_profiletype>
						</predefined>
					</lag>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<counters>
						<predefined>
							<counters_profiletype>%counters-profile-subtype%</counters_profiletype>
						</predefined>
					</counters>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
[DO NOT USE]
<?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">
	<edit-config>
		<target>
			<running/>
		</target>
		<config>
			<hardware xmlns="urn:brocade.com:mgmt:brocade-hardware">
				<profile>
					<etcam>
						<predefined>
							<etcam_profiletype>%etcam-profile-subtype%</etcam_profiletype>
						</predefined>
					</etcam>
				</profile>
			</hardware>
		</config>
	</edit-config>
</rpc>
]]>]]>
---------------------------------------------------------
