NSE-12 and NSE-22 quick start guide: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 14: Line 14:
=== Connect to the appliance ===
=== Connect to the appliance ===


 
The appliance is accessible through ssh using a terminal emulator program and via a serial console located on the back of the appliance.  It ships with two local user accounts, ''Administrator'' and ''comcert''. User ''Administrator'' has been created to be used by the end-user to safely shut-down and reboot the appliance.  User ''comcert'' is reserved for COMCERT Support (C-TAC). 


{{#invoke:Message box|ambox |type=info|text=We recommend using MobaXterm or another recent terminal emulation program to access the appliance. Download MobaXterm at: [http://mobaxterm.mobatek.net/download.html http://mobaxterm.mobatek.net/download.html]}}
==== Using the network and ssh: ====


 
Windows: Use a recent version of a program such as MobaXterm or Putty to connect to NSE.


The appliance is accessible through ssh using a terminal emulator program and via a serial console located on the back of the appliance.  It ships with two local user accounts, ''Administrator'' and ''comcert''. User ''Administrator'' has been created to be used by the end-user to safely shut-down and reboot the appliance.  User ''comcert'' is reserved for COMCERT Support (C-TAC). 
Linux: to connect to NSE, run the following command:
 
==== Using the network and ssh: ====


==== To connect to NSE from another computer running a terminal session, run the following command: ====
<pre>ssh -l Administrator <IPaddressPMA></pre>
<pre>ssh -l Administrator <IPaddressPMA></pre>



Revision as of 07:47, 13 August 2020

Introduction

Network Service Element come in two varieties: SPAN and TAP.  

The SPAN model has two independent monitor interfaces labeled LAN 3 and LAN 4.  In a typical configuration, both ports will be connected to two SPAN output ports: one port representing all packets from the network to the site and the other port representing all packets in the opposite direction. The NSE offers great WAN visibility, including a more precise traffic measurements method than possible with flow based analysis or snmp.  Other applications of NSE are possible, for example the monitoring of server bound traffic in a relatively small remote datacenter.

The fail-safe TAP model has been designed to be installed inline between the CPE and the local switch.  No specific configuration of those devices is required.

 

Solution

Connect to the appliance

The appliance is accessible through ssh using a terminal emulator program and via a serial console located on the back of the appliance.  It ships with two local user accounts, Administrator and comcert. User Administrator has been created to be used by the end-user to safely shut-down and reboot the appliance.  User comcert is reserved for COMCERT Support (C-TAC). 

Using the network and ssh:

Windows: Use a recent version of a program such as MobaXterm or Putty to connect to NSE.

Linux: to connect to NSE, run the following command:

ssh -l Administrator <IPaddressPMA>

Using the serial console:

Use a serial cable to connect to the RS-232/RJ45 serial port on the backside of the NSE. Set the serial port on your computer to match the settings of the appliance: 9600, 8N1, no flow control.

 

Shutdown and reboot the appliance

 

 

Connect to NSE and login as Administrator.

Once authenticated, run one of the following commands:

To shut-down the appliance:

$ sudo systemctl halt

To reboot the appliance:

$ sudo systemctl reboot

 

 

To power-off the appliance:

$ sudo systemctl poweroff