Cisco Solution Partner
NetBeez is a Cisco Preferred Solution Partner: the NetBeez agents are compatible with Cisco equipment. You can read more here.
If you are looking for the agent version compatible with Cisco ISR routers as a virtual service, you can find the procedure here. Otherwise, for Cisco Catalyst switches, keep reading ...
Requirements
This procedure requires the following resources:
- A NetBeez dashboard (request a trial if you don't have one)
- Cisco Catalyst 9000 Series switch with code 16.9.X (for 16.12.X versions, please follow this guide)
- A USB thumb drive where to load the NetBeez software (required as flash0: is not available for hosted applications)
Resources to be configured
To activate the NetBeez virtual service, you need to create the following resources on the Cisco Catalyst switch:
- A GigabitEthernet interface that will be assigned to the management WRF
- A DHCP Scope to offer a dynamic IP address to the NetBeez virtual service interface eth0
Step-by-step installation configuration
configure terminal
interface GigabitEthernet0/0
vrf forwarding Mgmt-vrf
ip address 192.168.1.1 255.255.255.0
speed 1000
negotiation auto
configure terminal
ip dhcp excluded-address vrf Mgmt-vrf 192.168.1.1 192.168.1.10
ip dhcp pool iox-apps2
vrf Mgmt-vrf
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
domain-name domain.com
dns-server 8.8.8.8
configure terminal iox
dir usbflash0:
Directory of usbflash0:/
3 drwx 16384 Jun 26 2018 14:39:16 +00:00 iox
33537654784 bytes total (32602456064 bytes free)
copy http://storage.googleapis.com/netbeez-public/netbeez-cisco-9k.tar usbflash0:
app-hosting install appid netbeez package usbflash0:netbeez-cisco-9k.tar
configure terminal
app-hosting appid netbeez
vnic management guest-interface 0
app-hosting activate appid netbeez
app-hosting start appid netbeez
app-hosting connect appid netbeez con
lab9300#show app-hosting detail
State : RUNNING
Author : NetBeez, Inc.
Application
Type : vm
App id : netbeez
Name : NetBeez Agent
Version : 1.0
Activated profile name : custom
Description : NetBeez Agent for Cisco Catalyst 9000
Resource reservation
Memory : 1024 MB
Disk : 5 MB
CPU : 5000 units
VCPU : 2
Attached devices
Type Name Alias
---------------------------------------------
Serial/shell
Serial/aux
Serial/Syslog serial2
Serial/Trace serial3
Network interfaces
---------------------------------------
eth0:
MAC address : xx:xx:xx:xx:xx:xx
IPv4 address : yyy.yyy.yyy.yyy
9. Now that you have the NetBeez app running on your Cisco Catalyst, login into the console, and fetch the configuration script:
curl -L -O https://raw.githubusercontent.com/netbeez/agent-installation/master/agent_setup.sh
sudo bash agent_setup.sh --secret=<secret_key_received_via_email>
About the NetBeez Cisco ISR OVA image
The NetBeez Cisco Catalyst 9000 tar is available at:
https://storage.googleapis.com/netbeez-public/netbeez-cisco-9k.tar
The OVA was built following this guide available on GitHub.
0 Comments