Use https://seceonhelp.freshdesk.com/support/login to access updated Knowledge Base Articles, Submit Technical Support Tickets and Review Status of submitted support tickets.
Configuring ZyXEL switches
Overview
The following commands configure a ZyXEL switch, sampling packets at 1-in-1024, polling counters every 30 seconds and sending sFlow to an analyzer (CCE IP) over UDP using the default sFlow port (6343):
Steps Of Configuration
sysname(config)# sflow
sysname(config)# sflow collector <CCE IP> udp-port 6343
sysname(config)# interface port-channel 1-24
sysname(config-interface)# sflow collector <CCE IP> poll-interval 30 sampling-rate 1024
sysname(config-interface)# exit
sysname(config)# exit
VERIFICATION OF CONFIGURATION
Verification can be done either from CCE Server or from UI.
Using UI
STEP 1: Login to UI >> SYSTEM
STEP 2: >> LOGS AND FLOWS COLLECTION STATUS .
STEP 3: >>Inside SOURCE DEVICE IP, IP will reflect.
Using CCE SERVER
“sudo tcpdump -i any host and 6343 host <IP address> -AAA” command should be ran on CCE server to check wheather or not we are getting logs
Seceon Inc. All rights reserved. https://www.seceon.com