前提条件
- GV Orbit V1.6或者以上
- Management Interface can Ping both A1 & B1 port of K-Frame XP 16×8 IP I/O
- management IP address 10.37.16.2
- K-Frame XP V15.1
- K-Frame XP 16×8 IP I/O
- A1 Port 10.101.11.14
- B1 Port 20.101.11.14
检查方法
- SSH to GV Orbit with credential
- Check port 4040 status of A1
nc -v -w 1 10.101.11.14 4040
- 查看返回结果
- If port 4040 open it will return "Open",如果端口是打开的,会返回Open
- If port 4040 NOT open it will not retun
如果端口没有打开,不会有返回 - If can’t reach 4040, it will return "Operation time out"
如果IP地址不可达,则返回超时
- Check port 4040 status of B1
nc -v -w 1 20.101.11.14 4040
- 查看返回结果
- If port 4040 open it will return "Open",如果端口是打开的,会返回Open
- If port 4040 NOT open it will not retun
如果端口没有打开,不会有返回 - If can’t reach 4040, it will return "Operation time out"
如果IP地址不可达,则返回超时