OPBNOS R2.8
Release
  • Open Packet Broker
  • What's New?
  • Getting Started
    • Licensing
    • Limitations
    • Image Management
      • Installing OPBNOS from ONIE
      • Installing OPBNOS from USB Drive
      • Image Upgrade from OPBNOS
      • Selecting OPBNOS on next boot
      • Removing available images
      • Rebooting the Switch
    • Supported Platforms
    • Scalability
    • Downloads
  • CLI Configuration Guide
    • Configuring License
    • Configuring Hostname
    • Configuring Username
    • On-Box FlowVision
    • Configuring AAA
      • Configuring AAA
      • Configuring TACACS
      • Configuring RADIUS
    • Configure Packet Timestamping
    • Interface Management
      • Configuring Management Interface
      • Configuring Physical Interface
    • Link Layer Discovery Protocol (LLDP)
      • Enabling LLDP
      • Displaying LLDP Neighbors
    • Configuring Interface Description
    • Configuring Auto Negotiation
    • Configuring FEC
    • Configuring Maximum Transition Unit
    • Configuring Port Speed
    • Configuring Port Breakout
    • Configuring Interface Type
    • Configuring VLAN Modes
    • Configuring Loopback Mode
    • Configuring Packet Slicing
    • Configuring Ingress VLAN
    • Configuring Egress Tagging
    • Configuring Rx-only
    • Configuring Tx-only
    • Configuring An-clause
    • Configuring PortChannel
    • Configuring LAG Hash
    • Configuring Flows and Rules
      • Configuring Network Ports
      • Configuring Tool Ports
      • Configuring Flows
      • Configuring Flow Description
      • Configuring Flow Rules (NVIDIA)
      • Configuring Flow Rules (Broadcom)
      • Configuring Flow Match Expression Rules
      • Configuring Flow UDF Rules
      • Configuring Push/Pop VLAN
      • Configuring Flow Override Action(s)
      • Display Flow Information
      • Clear Flow Counters
    • Configuring GTP Flow
    • Configuring IPv6 Reachability Check
    • Configuring VXLAN Flow
    • Configuring VXLAN Stripping
    • Configuring SNMP
      • Configure SNMP community
      • Configuring SNMP Trap
      • Configuring SNMP Threshold
      • Configuring SNMP User
      • Configuring SNMP Location
      • Configuring SNMP Contact
    • Configuring SYSLOG
    • Ping
    • Traceroute
    • Configuring NTP
    • Configuring Timezone
    • Configuring sFlow
    • Display Interface Information
      • Front Panel Port Mapping
    • Display System Information
      • Interface Transceiver Information
      • System Uptime
      • Reboot Cause
      • Show Environment
      • Show System Memory
      • Show Docker Memory
      • Show Services
      • Show Platform Fan
      • Show platform pcieinfo
      • Show Platform PSU
      • Show Platform SSD
      • Show Platform Summary
      • Show Platform Syseeprom
      • Show Platform Temperature
    • Configuration Management
      • Copying Configuration from Switch
      • Copying Running and Startup Configuration
      • Saving Configuration
      • Display Configuration
      • Clearing Startup configuration
    • Zero Touch Provisioning
      • DHCP Discovery
      • ZTP Boot File
      • Enable ZTP
    • Troubleshooting
  • Aviz FlowVision Graphical User Interface Guide
    • FlowVision Controller Installation
      • FV ESXi Host Installation
      • FV VirtualBox Installation
    • System
      • Viewing the Dashboard
      • Accessing System and Device Information
      • Managing Topologies
      • Managing Devices
      • Viewing System Log
      • Managing Users
      • Performing Backup and Restore
      • Viewing Audit Logs
    • Configuration
      • Configuring Ports
      • Configuring Port Groups
      • Configuring Rule Templates
      • Configuring Vxlan Tunnel
      • Configuring Flows
      • Configuring VLAN
      • Configuring SNMP Trap
    • Statistics
      • Viewing Port Statistics
      • Viewing Flow Statistics
    • Help
  • REST API Guide
    • FLOW
    • Interface Management
    • Port Channel
    • LLDP
    • SNMP
    • System and Platform
    • Statistics
  • Use Cases
    • For Engineers
      • VxLAN Deployment (NVIDIA)
      • GTP Deployment
      • Truncation and Load Balancing
      • Ingress VLAN and Egress Tagging
      • Loopback-mode Port
      • VXLAN Stripping
      • VLAN Mode/Tag Actions
    • Command Reference
      • Converting Network-to-Tool port
      • Configuring 1G Electrical SFP
      • Enabling FlowVision On-box Support
  • Solution Integration
    • Network Visibility and Analysis with OPB, Arkime, Elasticsearch & Kibana
      • Installation Pre-Requisites
      • Solution Components
      • Configuring OPBNOS
      • Installing Arkime
      • Installing Kibana
      • Troubleshooting
  • Support
    • How to contact Aviz Networks Support?
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Use Cases
  2. Command Reference

Enabling FlowVision On-box Support

To manage and configure the OPB switch using a graphical user interface (GUI), enable FlowVision support on the device.

FlowVision utilizes TCP port 443 for its Web-GUI.

  1. Configure Management IP on the OPB Switch

//Configure Mgmt IP

pbnoscli# configure terminal 
pbnoscli(config)# interface mgmt 
pbnoscli(config-if)# ip address 10.4.4.51/23 gateway 10.4.4.1 
pbnoscli(config-if)# end
pbnoscli#
//Verify Management IP

pbnoscli# show ip management 
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.4.4.51  netmask 255.255.254.0  broadcast 10.4.5.255
        inet6 fe80::63f:72ff:fec4:1a68  prefixlen 64  scopeid 0x20<link>
        ether 04:3f:72:c4:1a:68  txqueuelen 1000  (Ethernet)
        RX packets 1095  bytes 98068 (95.7 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 785  bytes 542645 (529.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device memory 0xf8100000-f81fffff  
pbnoscli# 
  1. Enable FlowVision Ob-Box Support

//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# 
  1. 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 '^]'.
  1. 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# 
PreviousConfiguring 1G Electrical SFPNextNetwork Visibility and Analysis with OPB, Arkime, Elasticsearch & Kibana

Last updated 2 months ago

Was this helpful?

FlowVision GUI