How to optimize vswitch settings?

Source: Internet
Author: User

Many network administrators do not care about the vswitch settings. In fact, the operating system can be optimized, and the vswitch settings can also be optimized.

[Url] www.xyzyw.cn [/url] focuses on how to optimize vswitch settings.

Interface GigabitEthernet0/1

Switchport access vlan 2

Switchport mode access

// Switchport host (host mode) = switchport mode access + switchport portfast (TRUNK port not supported)

Switchport protected // Port Protection, which prevents mutual access between hosts

Storm-control broadcast level 0.01 // broadcast storm control

Spanning-tree portfast // port Quick Start; otherwise, it takes about 50 seconds to wait for the spanning tree to converge.

Spanning-tree bpduguard enable // when a loop exists, the port changes to the err-disable State and must be manually disabled before enabling

Ip dhcp snooping // enable DHCP detection globally

Interface GigabitEthernet0/24

Switchport trunk encapsulation dot1q

Switchport mode trunk

Ip access-group 110 in // application to entry direction

Ip dhcp snooping trust // trust, that is, only accept the DHCP service under the TRUNK Port

Access-list 110 deny tcp any eq 3389 // Disable Remote Desktop

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.