Skip to content

Instantly share code, notes, and snippets.

@nemith
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save nemith/9747463 to your computer and use it in GitHub Desktop.

Select an option

Save nemith/9747463 to your computer and use it in GitHub Desktop.
Junos vs IOSXR
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="106" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get>
<filter>
<AdminOperational>
<PlatformInventory>
<RackTable>
<Rack>
<Naming>
<Name>0</Name>
</Naming>
<SlotTable>
<Slot>
<Naming>
<Name Match=".*"/>
</Naming>
<CardTable>
<Card>
<Naming>
<Name Match=".*"/>
</Naming>
<Attributes>
<BasicInfo/>
</Attributes>
</Card>
</CardTable>
</Slot>
</SlotTable>
</Rack>
</RackTable>
</PlatformInventory>
</AdminOperational>
</filter>
</get>
</rpc>
]]>]]>
<?xml version="1.0" encoding="UTF-8"?>
<rpc>
<get-chassis-inventory>
<models/>
</get-chassis-inventory>
</rpc>
]]>]]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment