Home > other >  China three switch configuration problems to solve
China three switch configuration problems to solve

Time:09-19

The following code, which help to have a look at the great god, is what meaning, I check the information on the net, roughly every paragraph I understand, but even I don't understand this is a large section of the code is doing,
IP route -static 0.0.0.0 0.0.0.0 & lt; Switch the gateway & gt; The preference of 60
#
SNMP agent -
SNMP agent local - 800063 a1000fe257626e6877 engineid
SNMP agent - community read SXDT - ro acl 2999
SNMP agent - community write SXDT rw acl - 2999
SNMP agent sys - info version v2c
#
SSH user SXDL authentication -type password
SSH user SXDL service -type stelnet
SSH user sxview authentication -type password
SSH user sxview service -type stelnet
#
The user interface - aux 0
Authentication - mode password
Set authentication password cipher code
Idle timeout - 0
The user - interface vty 0 4
The inbound acl 2998
The authentication mode scheme -
Idle timeout - 0
Protocol the inbound SSH

CodePudding user response:

Configured with a static, 60 priority, the SNMP network management protocol, and then configure SSH account, user restrictions and binding acl

CodePudding user response:

IP route -static 0.0.0.0 0.0.0.0 & lt; Switch the gateway & gt; Preference 60 # it is written by a default route
#
The SNMP protocol SNMP agent # this
SNMP agent local - engineid a1000fe257626e6877 # the 800063 is not clear, open protocol, automatic had
SNMP agent - community read SXDT - ro acl 2999 # the SNMP protocol group properties, seemed to match an acl strategy
SNMP agent - community write SXDT rw acl - 2999
SNMP agent sys - info version # v2c SNMP protocol version, have V1 v2c V3 version
#
SSH user SXDL authentication -type password # SSH protocol, users and authentication
SSH user SXDL service -type stelnet #
SSH user sxview authentication -type password
SSH user sxview service -type stelnet
#
User interface - aux 0 # serial port configuration, the password login
Authentication - mode password
Set authentication password cipher code
Idle timeout - 0
The user - interface vty 0 # 4 remote login interface, the user is like a scale of 0-63, general distribution to 5
Acl the inbound # 2998 into the direction of matching an acl, do login limit
Authentication mode scheme - # proof method for user + password
Idle timeout - 0 # 5 minutes timeout
Protocol the inbound # SSH can only control protocol remote SSH service on landing equipment

CodePudding user response:

With a 5700 s configuration instructions to understand while see
  • Related