CCNA2.0 Notes _ Security Management equipment

Source: Internet
Author: User

Device Safety

Configure the console password

Switch (config) #line console 0Switch (config-line) #loginSwitch (config-line) #password Cisco

Configure the Vty line password

Switch (config) #line vty 0 4Switch (config-line) #loginSwitch (config-line) #password Cisco

Configure the Enable password

Switch (config) #enable password Cisco

Configuring the Secret Password

Switch (config) #enable secret Cisco

Global encryption Enabled

Switch (config) #service password-encryption

Port Security : For two-tier interface (only works in Access mode)

Switch (config) #interface fastethernet 0/1switch (config-if) #switchport mode access Switch (config-if) #switchport Access VLAN 20Switch (config-if) #switchport port-securityswitch (config-if) #switchport port-security maximum 1    // Maximum number of secure addresses, ports connected to switches/hubs, recommended to change the number of maximum, if there are 10 PCs, change to 10Switch (config-if) #switchport port-security mac-address Sticky     //Auto-learning (then join Cam table) Switch (config-if) #switchport port-security mac-address AAAA. BBBB. CCCC    //Manually specify MAC address switch (CONFIG-IF) #switchport port-security violation shutdown    //illegal operation close port

View commands

Switch#show mac address-table    // View Cam table switch#show port-security address    //  View port security interface0/1    // Display Interface port-security summary information

CCNA2.0 Notes _ Security Management equipment

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.