Example – HP Intelligent Management Center Licenses User Manual

Page 267

Advertising
background image

Example

Automatically scan the IP-to-MAC address bindings on the IP segment with start IP address
10.153.89.1 and end IP address 10.153.89.20.

Request

GET http://imc_host:8080/imcrs/res/access/ipMacBind/autoScan?startIp=10.153.89.1&endIp=10.153.89.2
accept: application/xml
...

Response

HTTP/1.1 200 OK
Content-Type: application/xml
...

<list>
<ipMacBindScanResult>
<id>16</id>
<ip>10.153.89.1</ip>
<mac>00:0f:e2:e1:ca:be</mac>
<name>H3C</name>
<type>9</type>
</ipMacBindScanResult>
...
</list>

Automatically Scan IP-to-MAC Address Bindings 267

Advertising