Specifications

5-77
Cisco CRS-1 Series Carrier Routing System XML API Guide
OL-4596-02
Chapter 5 Cisco CRS-1 Series XML and Native Data Access Techniques
Available Set of Native Data Access Techniques
<IPV4Address>10.0.101.1</IPV4Address>
</IPAddress>
</Naming>
.
.
.
data for 1st neighbor returned
here
.
.
.
</Neighbor>
<Neighbor>
<Naming>
<IPAddress>
<IPV4Address>10.0.101.2</IPV4Address>
</IPAddress>
</Naming>
.
.
.
data returned for 2nd neighbor
here
.
.
.
</Neighbor>
.
.
.
data returned for remaining
neighbors here
.
.
.
</NeighborTable>
</BGPEntity>
</AS>
</BGP>
</Configuration>
</Get>
</Response>
Custom Filtering (Filter Element)
Some of the tables from the operational namespace support the selection of rows of interest based on
predefined filtering criteria. Filters can be applied to such tables in order to reduce the number of table
entries retrieved in a request.
Client applications specify filtering criteria for such tables by using the <Filter> tag and including the
filter specific parameters as defined in the XML schema definition for that table. If no table entries match
the specified filter criteria, the response contains the object class hierarchy down to the specified table,
but does not include any table entries. The Content attribute can be used with a filter to specify the scope
of a <Get> request.