//Enable FlowVision On-Box Support
pbnoscli# configure terminal
pbnoscli(config)# flowvision
enable enable/disable the flowvision tool
pbnoscli(config)# flowvision enable
pbnoscli(config)# end
pbnoscli#
Verify the reachability of the OPB switch from the management system
// Check Ping for reachability
aviz@npbsrv01:~$ ping 10.4.4.51
PING 10.4.4.51 (10.4.4.51) 56(84) bytes of data.
64 bytes from 10.4.4.51: icmp_seq=1 ttl=64 time=0.614 ms
64 bytes from 10.4.4.51: icmp_seq=2 ttl=64 time=0.317 ms
64 bytes from 10.4.4.51: icmp_seq=3 ttl=64 time=0.268 ms
^C
--- 10.4.4.51 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2039ms
rtt min/avg/max/mdev = 0.268/0.399/0.614/0.152 ms
// Try Telnet to check the status of Port:443
aviz@npbsrv01:~$
aviz@npbsrv01:~$ telnet 10.4.4.51 443
Trying 10.4.4.51...
Connected to 10.4.4.51.
Escape character is '^]'.
Access the Web-GUI from your favourite browser https://<MGMT-IP>/
User: admin
Password: admin
pbnoscli# show running-config
configure terminal
interface mgmt
ip address 10.4.4.51/23 gateway 10.4.4.1
!
flowvision enable
!
pbnoscli#