Troubleshooting
Logging
The BNG Blaster is able to log events to the standard output
or logging window of the interactive courses interface. Those
events could be also logged to files using the argument
-L <file>
.
Per default only events classified as info or error are logged. The following list shows all supported logging options.
debug
: debug eventserror
: error eventsigmp
: igmp events with join and leave timeio
: interface input/output eventspppoe
: pppoe eventsinfo
: informational events (enabled per default)pcap
: PCAP related eventstimer
: timer eventstimer-detail
: detailed timer eventsip
: log learned IP addressesloss
: log traffic loss with sequence numberl2tp
: log L2TP (LNS) eventsdhcp
: log DHCP eventsisis
: log ISIS eventsbgp
: log BGP eventstcp
: log TCP events
$ sudo bngblaster -C test.json -L test.log -l ip -l isis -l bgp
PCAP
You can start the BNG Blaster with the argument -P <file>
to capture all traffic send and received by the BNG Blaster
into a single PCAP file. This file includes all traffic from all
interfaces in use with proper meta header to filter by interface
names.
This helps to verify if traffic is received or how it has received. Some network interfaces drop the most outer VLAN which can be easily verified using the capture file.