当前位置:网站首页>Netgear switch basic configuration command set
Netgear switch basic configuration command set
2022-07-04 12:29:00 【ysds20211402】
from : Micro reading https://www.weidianyuedu.com/content/2917490616011.html
1、 establish vlan( Enter privilege mode to configure )
(GSM5212P) #vlan database —— Get into vlan Configuration mode .
(GSM5212P) (Vlan)#vlan 102,103,104 —— Create the corresponding vlan.
2、 Switch name ( Enter privilege mode to configure )
(GSM5212P) #set prompt name —— Change switch name .
3、 Interface configuration ( First in configuration mode )
(1) Upper port configuration ( amount to trunk)
(GSM5212P) #configure terminal—— Enter configuration mode
(GSM5212P) (Config)#interface 0/1—— Enter interface mode
(GSM5212P) (Interface 0/1)#vlan participation include vlanID—— Add specific vlan
(GSM5212P) (Interface 0/1)#vlan tagging vlanID —— Allowed to pass vlan
(2) Lower port configuration ( amount to Access mouth )
(GSM5212P) #configure terminal —— Enter configuration mode
GSM5212P) (Config)#interface 0/1—— Enter interface mode
(GSM5212P) (Interface 0/1)#vlan participation include vlanID—— Add specific vlan
(GSM5212P) (Interface 0/1)#vlan pvid vlanID —— Configure the specific properties of the port vlan
4、 Switch management address configuration ( Enter the privileged mode )
(GSM5212P) #network protocol none
(GSM5212P) #network parms 192.168.1.2 255.255.255.0 192.168.1.1—— Add management address
5、 Configure user name and password ( Enter configuration mode )
(GSM5212P) #configure t —— Enter configuration mode
(GSM5212P) (Config)#passwords min-length —— Set the minimum length of the password , The value is 0-64 Between
(GSM5212P(Config)#username admin password admin level 15 encrypted—— Configure the login user name and password
(GSM5212P) (Config)#aaa authentication enable "enableList" none—— Create an authentication list
5、 Turn on device login management ( Enter configuration mode )
(GSM5212P) #configure terminal—— Enter configuration mode
(GSM5212P) (Config)#line console—— Turn on console Port login management
(GSM5212P) (Config-line)#exit—— sign out
(GSM5212P) (Config)#line telnet—— Turn on telnet Remote management
(GSM5212P) (Config-telnet)#exit—— sign out
(GSM5212P) (Config)#line ssh—— Turn on ssh Remote management
(GSM5212P) (Config-ssh)#exit—— sign out
6、 Configure the spanning tree ( Enter configuration mode )
(GSM5212P) #configure terminal—— Enter configuration mode
(GSM5212P) (Config)#spanning-tree configuration name llll—— Configure the spanning tree name
GSM5212P) (Config)#exit
GSM5212P) #save—— Save configuration
边栏推荐
- [Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 16
- Global function Encyclopedia
- Xshell's ssh server rejected the password, failed to skip publickey authentication, and did not register with the server
- Memory computing integration: AI chip architecture in the post Moorish Era
- Exceptions and exception handling
- It's hard to hear C language? Why don't you take a look at this (V) pointer
- Tableau makes data summary after linking the database, and summary exceptions occasionally occur.
- The latest idea activation cracking tutorial, idea permanent activation code, the strongest in history
- Snowflake won the 2021 annual database
- Force buckle 142 Circular linked list II
猜你喜欢
Function parameters (positional parameters, default value parameters, variable parameters, named keyword parameters, keyword parameters)
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 8
01. Basics - MySQL overview
[notes] in depth explanation of assets, resources and assetbundles
Reptile learning 4 winter vacation series (3)
Single spa, Qiankun, Friday access practice
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 19
JD home programmers delete databases and run away. Talk about binlog, the killer of MySQL data backup
Exness: positive I win, negative you lose
Games101 Lesson 8 shading 2 Notes
随机推荐
Entitas learning [3] multi context system
MySQL advanced review
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 7
About the use of URL, href, SRC attributes
'using an alias column in the where clause in PostgreSQL' - using an alias column in the where clause in PostgreSQL
Pat 1059 prime factors (25 points) prime table
ASP. Net razor – introduction to VB loops and arrays
Map container
The solution of permission denied
Configure SSH key to realize login free
First knowledge of spark - 7000 words +15 diagrams, and learn the basic knowledge of spark
How do std:: function and function pointer assign values to each other
Common tips
The latest idea activation cracking tutorial, idea permanent activation code, the strongest in history
[Yunju entrepreneurial foundation notes] Chapter II entrepreneur test 21
TCP slicing and PSH understanding
Summary of Shanghai Jiaotong University postgraduate entrance examination module firewall technology
Unity performance optimization reading notes - Introduction (1)
Googgle guava ImmutableCollections
Process communication and thread explanation