- 1、本文档共26页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
cisco配置手记(The Cisco configuration notes)
cisco配置手记(The Cisco configuration notes)
The Cisco configuration notes
Existing devices: CISCO routers, 2620XM (4 units) and 2621XM (5 units), 3750, three layer switches,
PIX-515E firewall, CISCO2950 two layer switch (9 units)
Key commands: commands, sets, and commands that have security, control, monitoring, monitoring, and testing capabilities
One or two layer switch
1, the basic configuration
(1) set the IP address of the VLAN1, the mask:
To configure:
SW itch#config terminal
(config) #interface vlan1! Enter the interface to configure the IP
(config-if) #ip, address, 53 (IP), (mask)! Setting parameter
number
Verification:
(config-if) #exit
Switch#show interface vlan1
Save settings:
Switch#copy, running-config, startup-config?
(2) dividing VLAN
To configure:
Switch#vlan database (another way)! Create a VLAN
Switch#vlan 2
Switch#exit
Switch#config terminal
One port:
(config) #interface fastethernet0/0! Enter the port to be divided
(config-if) #switchport access VLAN 2! Divide into a VLAN
Multiports:
(config) #interface, range, fastethernet0/0, -7! Enter into the end to be collectively divided
mouth
(config-if) #switchport access VLAN 2! Divide into a VLAN
Verification:
Switch#show VLAN
Preservation:
Switch#copy running-config startup-config
(3) setting up trunk
To configure:
Switch#config terminal
(config) #interface gigabitethernet0/1! Enter an interface to configure a trunk road
(config-if) #switchport, mode, trunk! Set up arterial road
Verification:
Switch#show interface trunk
Preservation:
Switch#copy running-config startup-config
(4) connection router
If there are multiple VLAN on the switch, the router interface must have multiple IP addresses. Use a child
The interface sets multiple IP addresses. The interface to the router should be set to trunk and sealed
Protocol: ISL, or 802.1Q.
Configuration switch:
Switch#config terminal
(config) #interface gigabitethernet0/1
(config-if) #switchport mode trunk, which is configured as a trunk road, automatically encaps
您可能关注的文档
- 05.3.平抛物体的运动(05.3. motion of a flat thrown object).doc
- 02会计再教育(02 accounting re education).doc
- 031牛顿第一定律(031 Newton's first law).doc
- 040618京味儿漫谈-赵大年(Beijing - Zhao Danian on the 040618).doc
- 05月-一线管理者管理能力突破(05 months - line management breakthrough).doc
- 07-石化企业安全阀(刘扬)(07- Petrochemical safety valve (Liu Yang)).doc
- 06-07学年第一学期(First semester of the 06-07 school year).doc
- 07—08学年第二学期保教计划(07 - 08 school year second semester teaching plan).doc
- - firefox和ie浏览器兼容问题 - padding-right在ie6下导致抖动_(- Firefox and IE - padding-right in the IE6 browser compatibility issues caused by jitter _).doc
- 05医院工会工作总结(Summary of trade union work in 05 hospitals).doc
文档评论(0)