Cisco CRS-1 - Carrier Routing System Router Api Manual page 83

Carrier routing system xml api guide
Hide thumbs Also See for CRS-1 - Carrier Routing System Router:
Table of Contents

Advertisement

Chapter 7
Cisco CRS-1 Series XML and Large Data Retrieval (Iterators)
</Configuration>
<Get>
</Response>
Third XML Client Request Using) the <GetNext> Iterator to Retrieve the Next Block of BGP Configuration Data
<?xml version="1.0" encoding="UTF-8"?>
<Request MajorVersion="1" MinorVersion="0">
<GetNext IteratorID="1"/>
</Request>
Sample XML Response from the Cisco CRS-1 Series Router Containing Third Block of Retrieved Data
<?xml version="1.0" encoding="UTF-8"?>
<Response MajorVersion="1" MinorVersion="0" IteratorID="1">
<Get>
<Configuration>
</Configuration>
</Get>
</Response>
Final XML Client Request Using the <GetNext> Iterator to Retrieve the Last Block of BGP Configuration Data
<?xml version="1.0" encoding="UTF-8"?>
<Request MajorVersion="1" MinorVersion="0">
<GetNext IteratorID="1"/>
</Request>
Final XML Response from the Cisco CRS-1 Series Router Containing Final Block of Retrieved Data
<?xml version="1.0" encoding="UTF-8"?>
<Response MajorVersion="1" MinorVersion="0">
<Get>
<Configuration>
OL-4596-01
<AS>
<Naming>
<AS>3</AS>
</Naming>
<Global>
.
.
.
2nd block of data returned here
.
.
.
</Global>
</AS>
</BGP>
<BGP MajorVersion="1" MinorVersion="0">
<AS>
<Naming>
<AS>3</AS>
</Naming>
<Global>
.
.
.
3rd block of data returned here
.
.
.
</Global>
</AS>
</BGP>
Cisco CRS-1 Series Carrier Routing System XML API Guide
7-83

Advertisement

Table of Contents
loading

This manual is also suitable for:

Crs-1 series

Table of Contents