H3c-technologies H3C MSR 5600 Manual de usuario Pagina 173

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 247
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 172
160
O
p
eration Descri
p
tion XML exam
p
le
get-config
Retrieves the non-default
configuration data. If
non-default configuration data
does not exist, the device returns
a response with empty data.
To retrieve non-default configuration data for the
interface table:
<rpc message-id ="100"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0"
xmlns:xc="http://www.h3c.com/netconf/bas
e:1.0">
<get-config>
<source>
<running/>
</source>
<filter type="subtree">
<top
xmlns="http://www.h3c.com/netconf/config
:1.0">
<Ifmgr>
<Interfaces>
<Interface/>
</Interfaces>
</Ifmgr>
</top>
</filter>
</get-config>
</rpc>
get-bulk
Retrieves a number of data
entries (including device
configuration and state
information) starting from the
data entry next to the one with
the specified index.
To retrieve device configuration and state information
for all interface:
<rpc message-id ="100"
xmlns="urn:ietf:params:xml:ns:netconf:ba
se:1.0">
<get-bulk>
<filter type="subtree">
<top
xmlns="http://www.h3c.com/netconf/data:1
.0">
<Ifmgr>
<Interfaces xc:count="5"
xmlns:xc="http://www.h3c.com/netconf/bas
e:1.0">
<Interface/>
</Interfaces>
</Ifmgr>
</top>
</filter>
</get-bulk>
</rpc>
Vista de pagina 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 246 247

Comentarios a estos manuales

Sin comentarios