Cisco CRS-1 - Carrier Routing System Router Especificaciones Pagina 87

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 86
7-87
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-02
Chapter 7 Cisco CRS-1 Series XML and Large Data Retrieval (Iterators)
Second 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 the Second Block of Retrieved Data
<?xml version="1.0" encoding="UTF-8"?>
<Response MajorVersion="1" MinorVersion="0" IteratorID=”1”>
<Get>
<Configuration>
<BGP MajorVersion=”1” MinorVersion=”0”>
<AS>
<Naming>
<AS>3</AS>
</Naming>
<Global>
.
.
.
2nd block of data returned here
.
.
.
</Global>
</AS>
</BGP>
</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>
<BGP MajorVersion=”1” MinorVersion=”0”>
<AS>
<Naming>
<AS>3</AS>
</Naming>
<Global>
.
.
.
3rd block of data returned here
.
.
.
</Global>
</AS>
</BGP>
</Configuration>
</Get>
</Response>
Vista de pagina 86
1 2 ... 82 83 84 85 86 87 88 89 90 91 92 ... 131 132

Comentarios a estos manuales

Sin comentarios