Network Tools¶
The CISCO / BushNET Serial Manager provides graphical tools for managing VLANs, configuring Spanning Tree Protocol, and viewing syslog messages.
Overview¶
| Tool | Purpose |
|---|---|
| VLAN Editor | Create, edit, delete, and assign VLANs to ports |
| Spanning Tree Dialog | Configure STP mode, priorities, and per-port settings |
| Syslog Viewer | View, filter, and export switch syslog messages |
VLAN Editor¶
The VLAN Editor provides a visual interface for managing VLANs and port assignments.
Viewing VLANs¶
- Open Tools → VLAN Editor
- Click Refresh to fetch the current VLAN configuration from the switch
- The VLAN table displays all configured VLANs with their status and assigned ports
Creating a VLAN¶
- Enter the VLAN ID (2-4094)
- Enter a VLAN Name (e.g., "Engineering")
- Optionally add a Description
- Click Create
Editing a VLAN¶
- Select a VLAN from the table
- Modify the name or description
- Click Edit to apply changes
Deleting a VLAN¶
- Select the VLAN to delete
- Click Delete
- Confirm the deletion
Warning
Deleting a VLAN will remove all port assignments. Ports will revert to VLAN 1.
Assigning Ports to VLANs¶
- Select a VLAN from the table
- View Available Ports and Assigned Ports lists
- Select a port and click Assign to add it to the VLAN
- Select a port and click Remove to unassign it
Port Mode Configuration¶
For each port, configure the switchport mode:
| Mode | Description |
|---|---|
| Access | Port belongs to a single VLAN |
| Trunk | Port carries multiple VLANs with 802.1Q tagging |
Trunk Configuration¶
For trunk ports, configure:
| Setting | Description |
|---|---|
| Trunk Port | Interface to configure as trunk |
| Allowed VLANs | Comma-separated list of VLAN IDs allowed on the trunk |
| Native VLAN | Untagged VLAN for the trunk |
| Trunk Mode | Trunk encapsulation mode |
Voice VLAN¶
Configure a voice VLAN for IP phones on access ports using the voice VLAN spinner.
Config Preview¶
Click Generate Config to preview the IOS commands:
vlan 10
name Engineering
!
interface GigabitEthernet1/1
switchport mode access
switchport access vlan 10
Spanning Tree Configuration¶
The Spanning Tree dialog provides comprehensive STP management with support for multiple STP modes.
STP Modes¶
| Mode | Description |
|---|---|
| PVST+ | Per-VLAN Spanning Tree Plus (Cisco default) |
| RPVST+ | Rapid Per-VLAN Spanning Tree Plus (recommended) |
| MST | Multiple Spanning Tree (IEEE 802.1s) |
Global Settings¶
Configure system-wide STP parameters:
| Setting | Description | Default |
|---|---|---|
| STP Mode | PVST+, RPVST+, or MST | RPVST+ |
| Bridge Priority | Priority value (0-61440, increments of 4096) | 32768 |
| Hello Time | Interval between BPDUs (seconds) | 2 |
| Max Age | Maximum BPDU age before recalculating (seconds) | 20 |
| Forward Delay | Time spent in listening/learning states (seconds) | 15 |
Global Features¶
Enable or disable system-wide STP features:
- BackboneFast — Faster convergence for indirect link failures
- UplinkFast — Faster failover for access-layer switches
- EtherChannel Misconfig Guard — Detect EtherChannel misconfiguration
- LoopGuard — Prevent alternate/root ports from becoming designated
- BPDU Guard Default — Enable BPDU Guard on all PortFast-enabled ports
Instance/VLAN Management¶
- Select a VLAN or MST instance from the instance table
-
View root bridge information:
- Root Bridge ID
- Root Path Cost
- Root Port
- Bridge Priority
-
Set root bridge priority:
- Click Set Root Primary to make this switch the root bridge
- Click Set Root Secondary to make it the backup root bridge
Per-Port STP Settings¶
Select a port from the port status table to configure:
| Setting | Description |
|---|---|
| Port Priority | STP port priority (0-240, increments of 16) |
| Port Cost | STP path cost (higher = less preferred) |
| PortFast | Skip listening/learning states (for end devices) |
| BPDU Guard | Disable port if BPDU received (protects PortFast ports) |
| BPDU Filter | Suppress BPDUs on port |
| Root Guard | Prevent port from becoming root port |
| Loop Guard | Prevent port from forwarding if BPDUs stop |
Port Status Table¶
The table shows the STP state of all ports:
| Column | Description |
|---|---|
| Port | Interface name |
| Role | Root, Designated, Alternate, Backup |
| State | Forwarding, Learning, Listening, Blocking, Disabled |
| Cost | Path cost to root |
| Priority | Port priority value |
Config Preview¶
Click Generate Config to preview the STP commands before applying.
Syslog Viewer¶
The Syslog Viewer provides a graphical interface for viewing, filtering, and managing switch log messages.
Viewing Logs¶
- Open Tools → Syslog Viewer
- Click Refresh to fetch log messages from the switch (parses
show loggingoutput) - Messages are displayed in a colour-coded table by severity
Severity Levels¶
| Level | Name | Colour | Description |
|---|---|---|---|
| 0 | Emergency | Red | System unusable |
| 1 | Alert | Red | Immediate action required |
| 2 | Critical | Red | Critical conditions |
| 3 | Error | Orange | Error conditions |
| 4 | Warning | Yellow | Warning conditions |
| 5 | Notification | Blue | Normal but significant |
| 6 | Informational | Green | Informational messages |
| 7 | Debug | Grey | Debug-level messages |
Filtering¶
Filter log messages using multiple criteria:
| Filter | Description |
|---|---|
| Severity | Show only messages at or above a severity level |
| Facility | Filter by syslog facility |
| Search Text | Free-text search across all message fields |
| Time Range | Filter by date/time range (start and end) |
Click Clear Filters to reset all filters and show all messages.
Statistics¶
The viewer displays real-time statistics:
- Total Messages — Total number of log entries
- Filtered — Number of messages matching current filters
- Errors — Count of error-level and above messages
- Warnings — Count of warning-level messages
Auto-Refresh¶
Enable Auto-Refresh to automatically poll for new log messages at a configurable interval.
Exporting Logs¶
Click Export to save filtered log messages to a file for analysis or compliance documentation.
Logging Configuration¶
The Syslog Viewer also allows you to configure switch logging settings:
Buffer Settings¶
| Setting | Description |
|---|---|
| Buffer Size | Size of the logging buffer (bytes) |
| Console Level | Minimum severity to display on console |
| Monitor Level | Minimum severity for monitor sessions |
| Timestamps | Enable/disable timestamp in log messages |
| Sequence Numbers | Enable/disable sequence numbers |
Remote Syslog Server¶
Configure the switch to forward log messages to a remote syslog server:
| Setting | Description |
|---|---|
| Server Host | IP address of the syslog server |
| Server Port | UDP port (default: 514) |
| Facility | Syslog facility code |
| Severity Level | Minimum severity to forward |
Click Apply to send the logging configuration to the switch.