便利設定

  • Management IPの設定(初期化直後など)
# set deviceconfig system ip-address <ip address> netmask <netmask> default-gateway <default gateway> dns-setting servers primary <DNS ip address>

(参考)
How to Configure the Management Interface IP - Live Community

  • Managementポートのキャプチャ
> tcpdump filter "host 10.1.33.37"
Press Ctrl-C to stop capturing

tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
^C65 packets captured
130 packets received by filter
0 packets dropped by kernel
> view-pcap mgmt-pcap mgmt.pcap

14:51:03.140359 IP 10.1.33.6.ssh > 10.1.33.34.52848: P 2472854932:2472855064(132) ack 1275760533 win 65
14:51:03.141042 IP 10.1.33.34.52848 > 10.1.33.6.ssh: . ack 132 win 16425
14:51:03.454168 IP 10.1.33.5.53833 > 10.1.33.6.pan-ha-mgmt: S 3028119012:3028119012(0) win 5840 <mss 1460,sackOK,timestamp 3
5137456 0,nop,wscale 7>
14:51:03.664128 IP 10.1.33.34.netbios-ns > 10.1.33.255.netbios-ns: NBT UDP PACKET(137): QUERY; REQUEST; BROADCAST
14:51:03.820534 IP 10.1.111.102.59386 > 10.1.33.6.snmp:  C=Md4ZFqWQLiNfyT2m GetRequest(31)  25.3.3.1.2.2[|snmp]
14:51:04.090154 IP6 fe80::21b:17ff:feff:d3dc > fe80::21b:17ff:fe5f:5f12: ICMP6, neighbor solicitation, who has fe80::21b:17f
f:fe5f:5f12, length 32
14:51:04.090417 IP6 fe80::21b:17ff:fe5f:5f12 > fe80::21b:17ff:feff:d3dc: ICMP6, neighbor advertisement, tgt is fe80::21b:17f
f:fe5f:5f12, length 32

(参考)
マネジメント インターフェイスでのパケット キャプチャの取得方法