| 开班信息 |
班制 |
开班日期 |
状态 |
脱产班 |
10月5日 |
招满 |
周末班 |
10月18日 |
热招 |
晚班 |
10月15日 |
热招 |
脱产班 |
10月15日 |
限招 |
脱产班 |
10月28日 |
热招 |
脱产班 |
11月6日 |
热招 |
|
|
|
| 师资力量 |
 |
有北京大学资深教授,以及来自MICROSOFT、IBM、CISCO等知名IT企业的技术 |
专家组成学术专家顾问团队,定期... |
|
|
|
| 免费试听课 |
主 题: |
如何制胜高薪职场 |
时 间:
|
10月12日 周日上午9:30 |
内 容: |
现代企业需要什么样的IT人才 |
电 话:
|
0516-83821111 |
点击免费电话方可订座!  |
|
|
|
|
高级网络技术
Cisco3750-12G交换机汇聚配置 |
发布人:徐州蓝海 |
|
第一步:串口登陆到 交换 机
第二步:分配管理地址
| Switch#config t Switch(config-if)#interface vlan 1 Switch(config-vlan-1)#ip add 192.168.0.1 255.255.255.192 |
第三步:启动三层,上联到6509
| Switch(config-if)#interface gigableethernet1/0/1 Switch(config-gig-1)no sw Switch(config-gig-1)no shut Switch(config-gig-1)ip add 211.168.169.58 255.255.255.254 Switch(config-gig-1)ip routing Switch(config-gig-1)ip route 0.0.0.0 0.0.0.0 211.168.169.57 |
第四步:启动三层,千兆到文科院
| Switch(config-if)#interface gigableethernet1/0/2 Switch(config-gig-1)no sw Switch(config-gig-1)no shut Switch(config-gig-1)ip add 172.16.31.1 255.255.255.0 Switch(config-gig-1)ip routing |
第五步:启动三层,千兆到法学院A区配线间
| Switch(config-if)#interface gigableethernet1/0/3 Switch(config-gig-1)no sw Switch(config-gig-1)no shut Switch(config-gig-1)ip add 211.67.84.1 255.255.255.0 Switch(config-gig-1)ip routing |
第六步:启动三层,千兆到法学院D区配线间
| Switch(config-if)#interface gigableethernet1/0/4 Switch(config-gig-1)no sw Switch(config-gig-1)no shut Switch(config-gig-1)ip add 211.67.82.1 255.255.254.0 Switch(config-gig-1)ip routing |
第七步:配置secret密码
| Switch(config-if)#enable secret password cisco Switch#wr mem Switch#copy running-config staring-config |
|
|
|