- FutureNet製品活用ガイド
- FutureNet NXR,VXRシリーズ
- REST-API編
FutureNet
NXR,VXRシリーズ
REST-API編
2. メンテナンス
2-15. traceroute(IPv6)の実行・結果確認(maint/traceroute6)
処理概要
traceroute(IPv6)に関する処理を実行します。
URIおよびメソッド
機能 | Version | URI | メソッド | |||
POST | PUT | GET | DELETE | |||
traceroute(IPv6) | v2 | /api/v2/maint/traceroute6 | ● | - | ● | - |
/api/v2/maint/traceroute6/{ID} | ● | - | ● | ● |
凡例:
● : 読み取り専用ユーザも含めアクセス可
〇 : 読み取り専用ユーザはアクセス不可
- : 未対応
実行例
traceroute6の実行
メソッド | URI |
POST | /api/v2/maint/traceroute6 |
JSON
リクエスト
POST /api/v2/maint/traceroute6
Accept: application/json
Content-Type: application/json
{
"dst": "2001:db8:beef::cafe",
"src": "2001:db8:1::1",
"protocol": "icmp"
}
レスポンス
202 Accepted
Content-Type: application/json
{
"exec-id": "1234",
"expire": 600
}
XML
リクエスト
POST /api/v2/maint/traceroute6
Accept: application/xml
Content-Type: application/xml
<config>
<dst>2001:db8:beef::cafe</dst>
<src>2001:db8:1::1</src>
<protocol>icmp</protocol>
</config>
レスポンス
202 Accepted
Content-Type: application/xml
<traceroute>
<exec-id>1234</exec-id>
<expire>600</expire>
</traceroute>
traceroute6の実行IDの一覧取得
メソッド | URI |
GET | /api/v2/maint/traceroute6 |
JSON
リクエスト
GET /api/v2/maint/traceroute6
Accept: application/json
レスポンス
200 OK
Content-Type: application/json
{
“exec-id”: [
“1234”,
“5678”
]
}
XML
リクエスト
GET /api/v2/maint/traceroute6
Accept: application/xml
レスポンス
200 OK
Content-Type: application/xml
<exec-id>1234</exec-id>
<exec-id>5678</exec-id>
</traceroute>
TEXT/PLAIN
リクエスト
GET /api/v2/maint/traceroute6
Accept: text/plain
レスポンス
200 OK
Content-Type: text/plain
exec-id : 1234
exec-id : 5678
traceroute6の実行(実行ID指定)
メソッド | URI |
POST | /api/v2/maint/traceroute6/{ID} |
- 実行ID(exec-id)は、0000 ~ ffffまでの4桁の16進数を指定。
JSON
リクエスト
POST /api/v2/maint/traceroute6/0001
Accept: application/json
Content-Type: application/json
{
"dst": "2001:db8:beef::cafe",
"src": "2001:db8:1::1",
"protocol": "icmp"
}
レスポンス
202 Accepted
Content-Type: application/json
{
"exec-id": "0001",
"expire": 600
}
XML
リクエスト
POST /api/v2/maint/traceroute6/0001
Accept: application/xml
Content-Type: application/xml
<config>
<dst>2001:db8:beef::cafe</dst>
<src>2001:db8:1::1</src>
<protocol>icmp</protocol>
</config>
レスポンス
202 Accepted
Content-Type: application/xml
<traceroute>
<exec-id>0001</exec-id>
<expire>600</expire>
</traceroute>
traceroute6の実行結果の取得
メソッド | URI |
GET | /api/v2/maint/traceroute6/{ID} |
- 実行ID(exec-id)は、0000 ~ ffffまでの4桁の16進数を指定。
TEXT/PLAIN
リクエスト
GET /api/v2/maint/traceroute6/0001
Accept: text/plain
レスポンス
200 OK
Content-Type: text/plain
[started: 2023/03/03 16:37:24]
traceroute to 2001:db8:beef::cafe (2001:db8:beef::cafe), 30 hops max, 80 byte packets
1 2001:db8:1234::fffe 2.554 ms 3.763 ms 5.073 ms
2 * * *
3 * * *
4 2001:db8:5678::1 8.556 ms 8.619 ms 8.664 ms
5 * * *
6 2001:db8:9abc::fffe 8.313 ms 6.177 ms 4.936 ms
7 2001:db8:beef::cafe 3.431 ms 3.217 ms 3.051 ms
traceroute6の実行停止・結果の削除
メソッド | URI |
DELETE | /api/v2/maint/traceroute6/{ID} |
リクエスト
DELETE /api/v2/maint/traceroute6/0001
レスポンス
204 No content
パラメータ
指定可能なパラメータは下記の通りです。
なお、指定可能なパラメータは製品およびファームウェアのバージョンにより異なりますので、各パラメータの詳細については各製品のユーザーズガイド(CLI版)も合わせてご参照ください。
- パラメータ表の説明文中の表記について
< > … 括弧内の値の範囲から選択することを示しています。
[ ] … 括弧内の値のどれかを選択することを示しています。
数字,文字列 … 初期値 - パラメータ表の説明文中のデータタイプについて
X:X::X:X … IPv6アドレス
FQDN … FQDN名(ex. test.example.com)
パラメータおよびレベル | 説明 | |
---|---|---|
Lv.1 | Lv.2 | |
config | dst | 宛先アドレス …
|
src | 送信元IPv6アドレス … X:X::X:X ※interfaceとの同時指定不可。同時指定時はsrc設定が優先 |
|
interface | 送信元インタフェース名(ex. ethernet0, ethernet0.Y 〔YはVLAN ID〕) ※srcとの同時指定不可。同時指定時はsrc設定が優先 |
|
protocol | プロトコル … [ icmp | tcp | udp ] | |
port | ポート番号, シーケンス番号(ICMPv6) … <1-65535(プロトコル未指定〔33434〕, icmp〔1〕, tcp〔80〕, udp〔53〕)> ※プロトコル未指定、icmp時は番号をインクリメントする。 |
|
wait | 待ち時間 … <1-10(5)>(sec) | |
ttl | ホップリミット … <1-255(30)> |
目次
- 1. REST-API機能の利用方法およびAuth-IDの発行
- 2. メンテナンス
- メンテナンス一覧
- 2-1. 機器再起動(maint/restart)
- 2-2. 設定の保存(maint/save-config)
- 2-3. 各種コピー操作(maint/copy)
- 2-4. startup-configの保存・取得(maint/startup-config)
- 2-5. ファームウェアの更新(maint/firmware/update)
- 2-6. ファームウェアリストアップデートでの更新(maint/firmware/list-update)
- 2-7. ファームウェアバージョンの取得(maint/firmware/version)
- 2-8. exec系,showコマンドの実行(maint/cli)
- 2-9. configの反映・取得(maint/config)
- 2-10. ロールバックの実行・ロールバック用コマンドの確認(maint/rollback-config)
- 2-11. ロールバックタイマの取得・停止(maint/rollback-timer)
- 2-12. ping(IPv4)の実行・結果確認(maint/ping)
- 2-13. Ping(IPv6)の実行・結果確認(maint/ping6)
- 2-14. traceroute(IPv4)の実行・結果確認(maint/traceroute)
- 2-15. traceroute(IPv6)の実行・結果確認(maint/traceroute6)
- 2-16. パケットダンプの実行・結果確認(maint/dump)
- 2-17. デバッグタイマの実行(maint/debug)
- 2-18. センチュリー・テクニカルサポート情報の取得(maint/century-tech-support)
- 3. インタフェース設定
- 4. ルーティング設定
- 5. アクセスリスト設定
- 6. NAT設定
- 7. VPN設定
- 8. 各種サービス設定
- 9. ネットイベント設定
- 10. モバイル・WiFi設定
- 11. IPv4/IPv6設定
- 12. システム設定
更新情報
→ 一覧へカテゴリ
タグ
- CRG
- DDNS
- DHCP
- DNAT
- DNSインターセプト
- Ethernet
- IIJモバイル
- IKE Modeconfig
- IKEv2 Configuration Payload
- IPinIP
- IPoE
- IPv6
- KDDI
- L2TPv3
- MAP-E
- NGN
- NTTドコモ
- PBR
- Policy Based IPsec
- PPP
- PPPoE
- QoS
- RADIUS連携
- RAシリーズ
- Route Based IPsec
- SMS
- SNAT
- SoftBank
- UPnP
- URL転送
- VLAN
- VRRP
- Web認証
- WiMAX
- コンフィグロールバック
- ネットイベント
- フィルタ
- ブリッジ
- モニタログ
- ワイモバイル
- 仮想スイッチ
- 冗長化
- 無線LAN