One Cisco Configuration

Source: Internet
Author: User
1. Set the management IP address of the vswitch to 172.100.100.20/24, the gateway to 172.100.100.1/24, and the Management VLAN to 600. telnet is allowed for remote login.
2. One port connects to a leased line user. The user VLAN is 100. The 24 ports are uplink ports, which allow vlan100 and vlan600

======================================< br> 1. Answer: management IP 172.100.100.20/24 Management VLAN 600
these two are actually one thing
switch # en
switch # VLAN da
switch (VLAN-CONFIG) # VLAN 600 na guanli
switch (VLAN-CONFIG) # VLAN 100 na user (preparation for 2nd Requirements)
switch # (VLAN-CONFIG) # exit
switch # conf T
switch (config) # int VLAN 600
switch (IF-CONFIG) # IP add 172.100.100.20 255.255.255.0
the gateway is 172.100.100.1/24
switch (config) # IP DEFAULT-GATEW Ay 172.100.100.1 255.255.255.0
Telnet Remote logon is allowed:
switch (config) # vty line 0. Here is a question mark to check the maximum number.
switch (line) # password CCIE
switch (line) # login
the first problem is solved here.
2. Answer:
1 port connects to a leased line user. The user VLAN is 100.
switch (config) # int F0/1
switch (if-config) # SW Mo ACC
switch (if-config) # sw acc vlan 100
24 ports are uplink ports. vlan100 and vlan600 are allowed
switch (config) # int F0/24
switch (if-config) # SW tr en dot1q (there are other protocols, such If dot1q is not available, switch to ISL. 3550 should support dot1q.)
switch (if-config) # SW Mo tr
switch (if-config) # SW tr all VLAN 100,600
all requirements are fulfilled here.

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.