Difference between revisions of "Device configuration for MupsBox"
Line 110: | Line 110: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | {| class="wikitable" | ||
+ | |+BASIC CONFIG - DETAILED STEPS | ||
+ | ! | ||
+ | !Comman or Action | ||
+ | !Purpose | ||
+ | |- | ||
+ | |'''Step 1''' | ||
+ | |'''enable''' | ||
+ | |||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router> enable | ||
+ | |Enables privileged EXEC mode. | ||
+ | |||
+ | * Enter your password if prompted. | ||
+ | |- | ||
+ | |'''Step 2''' | ||
+ | |'''configure terminal''' | ||
+ | |||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router# configure terminal | ||
+ | |Enters global configuration mode. | ||
+ | |- | ||
+ | |'''Step 3''' | ||
+ | |'''interface gigabitethernet''' ''slot/port'' | ||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config)# interface gigabitethernet 0/0 | ||
+ | |Specify the port adapter type and the location of the interface to be configured. | ||
+ | |- | ||
+ | |'''Step 4''' | ||
+ | |'''ip address''' ''ip subnetmask'' | ||
+ | |||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config-if)# ip address 10.9.90.201 255.255.255.0 | ||
+ | | | ||
+ | |- | ||
+ | |'''Step 5''' | ||
+ | |'''no shutdown''' | ||
+ | |||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config-if)# no shutdown | ||
+ | | | ||
+ | |- | ||
+ | |'''Step 6''' | ||
+ | |'''exit''' | ||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config-if)# exit | ||
+ | | | ||
+ | |- | ||
+ | |'''Step 7''' | ||
+ | |'''ip route 0.0.0.0 0.0.0.0''' ''gateway'' | ||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config)# ip route 0.0.0.0 0.0.0.0 10.9.90.1 | ||
+ | | | ||
+ | |- | ||
+ | |'''Step 8''' | ||
+ | |'''ip domain name''' ''domain name'' | ||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config)# ip domain name domain.local | ||
+ | | | ||
+ | |- | ||
+ | |'''Step 9''' | ||
+ | |'''hostname''' ''newhostname'' | ||
+ | |||
+ | |||
+ | '''Example:''' | ||
+ | |||
+ | Router(config)# hostname MBRouter | ||
+ | | | ||
+ | |- | ||
+ | |'''Step 10''' | ||
+ | | | ||
+ | | | ||
+ | |} | ||
+ | |||
+ | |||
<p>MupsBox will sort the data and display only the values found. These data can be exported to Excel for further processing.</p> | <p>MupsBox will sort the data and display only the values found. These data can be exported to Excel for further processing.</p> | ||
<h3>'''Cisco - IOS L2 v15'''</h3> | <h3>'''Cisco - IOS L2 v15'''</h3> |
Revision as of 23:49, 7 June 2021
Device Configuration
Introduction
This section is not a tutorial on configuration different manufacturers. Here you will find the minimum settings in the CLI (for access from MUPSBOX to devices).
Vendor Configuration
Cisco - IOS v15
Minimum configuration:
BASIC CONFIG - SUMMARY STEPS
1. enable
2. configure terminal
Comman or Action | Purpose | |
---|---|---|
Step 1 | enable
Example: Router> enable |
Enables privileged EXEC mode.
|
Step 2 | configure terminal
Example: Router# configure terminal |
Enters global configuration mode. |
Step 3 | interface gigabitethernet slot/port
Router(config)# interface gigabitethernet 0/0 |
Specify the port adapter type and the location of the interface to be configured. |
Step 4 | ip address ip subnetmask
Example: Router(config-if)# ip address 10.9.90.201 255.255.255.0 |
|
Step 5 | no shutdown
Example: Router(config-if)# no shutdown |
|
Step 6 | exit
Router(config-if)# exit |
|
Step 7 | ip route 0.0.0.0 0.0.0.0 gateway
Router(config)# ip route 0.0.0.0 0.0.0.0 10.9.90.1 |
|
Step 8 | ip domain name domain name
Router(config)# ip domain name domain.local |
|
Step 9 | hostname newhostname
Router(config)# hostname MBRouter |
|
Step 10 |
Comman or Action | Purpose | |
---|---|---|
Step 1 | enable
Example: Router> enable |
Enables privileged EXEC mode.
|
Step 2 | configure terminal
Example: Router# configure terminal |
Enters global configuration mode. |
Step 3 | interface gigabitethernet slot/port
Router(config)# interface gigabitethernet 0/0 |
Specify the port adapter type and the location of the interface to be configured. |
Step 4 | ip address ip subnetmask
Example: Router(config-if)# ip address 10.9.90.201 255.255.255.0 |
|
Step 5 | no shutdown
Example: Router(config-if)# no shutdown |
|
Step 6 | exit
Router(config-if)# exit |
|
Step 7 | ip route 0.0.0.0 0.0.0.0 gateway
Router(config)# ip route 0.0.0.0 0.0.0.0 10.9.90.1 |
|
Step 8 | ip domain name domain name
Router(config)# ip domain name domain.local |
|
Step 9 | hostname newhostname
Router(config)# hostname MBRouter |
|
Step 10 |
MupsBox will sort the data and display only the values found. These data can be exported to Excel for further processing.
Cisco - IOS L2 v15
To search for data by given dates and times, check the boxes next to them and select the date and time you are interested in:
Cisco - IOS L2 v12
To filter by prefix, click the down arrow in the prefix field, as shown in the figure below and select the prefix or prefixes by which you need to filter the data.
To filter by device and topic, do the same.
Cisco - ASA
For more flexible filtering, use a custom filter.