昆山華為思科網(wǎng)絡(luò)認(rèn)證考試_思科認(rèn)證培訓(xùn)
¥詳詢
班制:周末班
蘇州三網(wǎng)IT教育思科網(wǎng)絡(luò)工程師
思科培訓(xùn)是針對思科網(wǎng)絡(luò)工程師的認(rèn)證體系,由思科公司推出的培訓(xùn)科目,由思科認(rèn)證講師面對面親臨授課,全面掌握知識結(jié)構(gòu), 有強(qiáng)大的網(wǎng)絡(luò)實驗環(huán)境,學(xué)習(xí)過程中師生廣泛交流,享受**新的產(chǎn)品資料,獲得全球?qū)<艺J(rèn)證。
【教學(xué)師資】
楊老師
從業(yè)經(jīng)驗:
多年從業(yè)經(jīng)驗,對制造業(yè)企業(yè)網(wǎng)絡(luò)、金融行業(yè)網(wǎng)絡(luò)、IDC機(jī)房、社區(qū)寬帶網(wǎng) 絡(luò)及組播、IPV6、MPLS等前沿技術(shù)有獨(dú)特的見解。先后從事大型跨國企業(yè)及大型跨國銀行網(wǎng)絡(luò)(如松下、久保田、三菱、三井銀行等企業(yè))的規(guī)劃、建 設(shè)、實施和維護(hù)工作。針對運(yùn)營商大客戶提出的需求,制定合理的組網(wǎng)方案。 擅長把復(fù)雜現(xiàn)網(wǎng)的各種情況融入到課堂的理論講解之中;對組播和IPv6 等前沿技術(shù)有深入的研究。
講師資質(zhì):
深入研究了Cisco和華為兩種認(rèn)證,分別獲得兩種認(rèn)證的頂級認(rèn)證資質(zhì): Cisco方向擁有CCIE R&S認(rèn)證與華為方向擁有HCIE級別認(rèn)證
授課風(fēng)格:
深入淺出,風(fēng)趣幽默,能將多年的實際管理經(jīng)驗和咨詢經(jīng)驗融合于課程內(nèi)容 當(dāng)中,將枯燥的理論知識與實際案例相結(jié)合,使學(xué)員在 活潑的氣氛當(dāng)中得到學(xué)習(xí);授課內(nèi)容切中要害、可操作性強(qiáng)。
思科CCIE-SP直通車(運(yùn)營商)
思科CCIE-SP直通車
”課程涵蓋思科運(yùn)營商方向的中級和高級課程知識,總共分為CCNP->CCIE兩個階段,共5門課程,總課時為10天。課程設(shè)計由淺入深,適合具有
CCNP-RS基礎(chǔ)的學(xué)員參加。
4.1 CCNP-SP(包含4門課程,課時10天)
課程概述:包含IS-IS協(xié)議,MPLS VPN,Inter-ASVPN,CSC,MPLS QOS ,MPLS
multicast,MPLS TE ,ATOM,L2TPV3,VPLS 等。
課程列表:
1) IS-IS協(xié)議:課時1天
2) MPLS VPN:課時4天
3) MPLS TE:課時2天
4) L2VPN:課時3天
4.2 CCIE-SP集訓(xùn)營(包含1門課程,課時按需安排)
課程概述:包含CCIE LAB考試的高級知識點、分解實驗、考題講解等。
四路由器串聯(lián)的多區(qū)域OSPF的路由重發(fā)布的功能實現(xiàn)
RA(config)#interface Loopback0
RA(config-if)#ip address 1.1.1.1 255.255.255.0
RA(config-if)#ip ospf network point-to-point
RA(config-if)#exit
RA(config)#interface Serial1/0
RA(config-if)#ip address 199.99.1.1 255.255.255.0
RA(config-if)#no shutdown
RA(config-if)#exit
RA(config)#router rip
RA(config-router)#version 2
RA(config-router)#network 1.0.0.0
RA(config-router)#network 199.99.1.0
RA(config-router)#exit
RB(config)#interface Loopback0
RB(config-if)#ip address 2.2.2.2 255.255.255.0
RB(config-if)#ip ospf network point-to-point
RB(config-if)#exit
RB(config)#interface Serial1/0
RB(config-if)#ip address 199.99.1.2 255.255.255.0
RB(config-if)#no shutdown
RB(config-if)#exit
RB(config)#interface Serial1/1
RB(config-if)#ip address 199.99.2.1 255.255.255.0
RB(config-if)#no shutdown
RB(config-if)#exit
RB(config)#router ospf 1
RB(config-router)#redistribute rip subnets
RB(config-router)#network 199.99.2.0 0.0.0.255 area 0
RB(config-router)#network 2.2.2.0 0.0.0.255 area 0
RB(config-router)#exit
RB(config)#router rip
RB(config-router)#version 2
RB(config-router)#redistribute ospf 1 metric 2
RB(config-router)#network 199.99.1.0
RB(config-router)#no auto-summary
RB(config-router)#exit
RC(config)#interface Loopback0
RC(config-if)#ip address 3.3.3.3 255.255.255.0
RC(config-if)#ip ospf network point-to-point
RC(config-if)#exit
RC(config)#interface Serial1/1
RC(config-if)#ip address 199.99.2.2 255.255.255.0
RC(config-if)#no shutdown
RC(config-if)#exit
RC(config)#interface Serial1/0
RC(config-if)#ip address 199.99.3.1 255.255.255.0
http://www.luyouqiwang.com/14889
RC(config-if)#no shutdown
RC(config-if)#exit
RC(config)#router ospf 1
RC(config-router)#network 3.3.3.0 0.0.0.255 area 1
RC(config-router)#network 199.99.2.0 0.0.0.255 area 0
RC(config-router)#network 199.99.3.0 0.0.0.255 area 1
RC(config-router)#exit
RD(config)#interface Loopback0
RD(config-if)#ip address 4.4.4.4 255.255.255.0
RD(config-if)#ip ospf network point-to-point
RD(config-if)#exit
RD(config)#interface Serial1/0
RD(config-if)#ip address 199.99.3.2 255.255.255.0
RD(config-if)#no shutdown
RD(config-if)#exit
RD(config)#router ospf 1
RD(config-router)#network 4.4.4.0 0.0.0.255 area 1
RD(config-router)#network 199.99.3.0 0.0.0.255 area 1
RD(config-router)#exit
Interface IP-Address OK? Method Status Protocol
Serial1/0 199.99.1.1 YES manual up up
Interface IP-Address OK? Method Status Protocol
Serial1/0 199.99.1.2 YES manual up up
Interface IP-Address OK? Method Status Protocol
Serial1/0 199.99.3.1 YES manual up up
Interface IP-Address OK? Method Status Protocol
Serial1/0 199.99.3.2 YES manual up up
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
C 1.1.1.0 is directly connected, Loopback0
2.0.0.0/24 is subnetted, 1 subnets
R 2.2.2.0 [120/2] via 199.99.1.2, 00:00:17, Serial1/0
3.0.0.0/24 is subnetted, 1 subnets
R 3.3.3.0 [120/2] via 199.99.1.2, 00:00:17, Serial1/0
4.0.0.0/24 is subnetted, 1 subnets
R 4.4.4.0 [120/2] via 199.99.1.2, 00:00:17, Serial1/0
R 199.99.3.0/24 [120/2] via 199.99.1.2, 00:00:17, Serial1/0
R 199.99.2.0/24 [120/2] via 199.99.1.2, 00:00:17, Serial1/0
C 199.99.1.0/24 is directly connected, Serial1/0
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
2.0.0.0/24 is subnetted, 1 subnets
C 2.2.2.0 is directly connected, Loopback0
3.0.0.0/24 is subnetted, 1 subnets
O IA 3.3.3.0 [110/65] via 199.99.2.2, 00:09:57, Serial1/1
4.0.0.0/24 is subnetted, 1 subnets
O IA 4.4.4.0 [110/129] via 199.99.2.2, 00:05:15, Serial1/1
O IA 199.99.3.0/24 [110/128] via 199.99.2.2, 00:06:06, Serial1/1
C 199.99.2.0/24 is directly connected, Serial1/1
C 199.99.1.0/24 is directly connected, Serial1/0
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
2.0.0.0/24 is subnetted, 1 subnets
O 2.2.2.0 [110/65] via 199.99.2.1, 00:07:01, Serial1/1
3.0.0.0/24 is subnetted, 1 subnets
C 3.3.3.0 is directly connected, Loopback0
4.0.0.0/24 is subnetted, 1 subnets
O 4.4.4.0 [110/65] via 199.99.3.2, 00:06:10, Serial1/0
C 199.99.3.0/24 is directly connected, Serial1/0
C 199.99.2.0/24 is directly connected, Serial1/1
O E2 199.99.1.0/24 [110/20] via 199.99.2.1, 00:06:10, Serial1/1
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
2.0.0.0/24 is subnetted, 1 subnets
O IA 2.2.2.0 [110/129] via 199.99.3.1, 00:06:56, Serial1/0
3.0.0.0/24 is subnetted, 1 subnets
O 3.3.3.0 [110/65] via 199.99.3.1, 00:06:56, Serial1/0
4.0.0.0/24 is subnetted, 1 subnets
C 4.4.4.0 is directly connected, Loopback0
C 199.99.3.0/24 is directly connected, Serial1/0
O IA 199.99.2.0/24 [110/128] via 199.99.3.1, 00:06:56, Serial1/0
O E2 199.99.1.0/24 [110/20] via 199.99.3.1, 00:06:56, Serial1/0
3.3.3.3 0 FULL/ - 00:00:38 199.99.2.2 Serial1/1
2.2.2.2 0 FULL/ - 00:00:31 199.99.2.1 Serial1/1
4.4.4.4 0 FULL/ - 00:00:34 199.99.3.2 Serial1/0
3.3.3.3 0 FULL/ - 00:00:33 199.99.3.1 Serial1/0
2.2.2.2 2.2.2.2 776 0x80000004 0x00D838 3
3.3.3.3 3.3.3.3 772 0x80000002 0x00DC49 2
3.3.3.0 3.3.3.3 780 0x80000001 0x00CC5A
4.4.4.0 3.3.3.3 481 0x80000001 0x002BB8
199.99.3.0 3.3.3.3 532 0x80000001 0x00C2FF
1.0.0.0 2.2.2.2 1328 0x80000001 0x009EF8 0
199.99.1.0 2.2.2.2 1328 0x80000001 0x00D299 0
2.2.2.2 2.2.2.2 791 0x80000004 0x00D838 3
3.3.3.3 3.3.3.3 786 0x80000002 0x00DC49 2
3.3.3.0 3.3.3.3 794 0x80000001 0x00CC5A
4.4.4.0 3.3.3.3 494 0x80000001 0x002BB8
199.99.3.0 3.3.3.3 545 0x80000001 0x00C2FF
3.3.3.3 3.3.3.3 509 0x80000004 0x0010F0 3
4.4.4.4 4.4.4.4 508 0x80000003 0x000FEB 3
2.2.2.0 3.3.3.3 779 0x80000001 0x007376
199.99.2.0 3.3.3.3 809 0x80000001 0x00CDF5
2.2.2.2 3.3.3.3 799 0x80000001 0x0047A0
1.0.0.0 2.2.2.2 1363 0x80000001 0x009EF8 0
199.99.1.0 2.2.2.2 1365 0x80000001 0x00D299 0
3.3.3.3 3.3.3.3 523 0x80000004 0x0010F0 3
4.4.4.4 4.4.4.4 522 0x80000003 0x000FEB 3
2.2.2.0 3.3.3.3 793 0x80000001 0x007376
199.99.2.0 3.3.3.3 803 0x80000001 0x00CDF5
2.2.2.2 3.3.3.3 793 0x80000001 0x0047A0
1.0.0.0 2.2.2.2 1357 0x80000001 0x009EF8 0
199.99.1.0 2.2.2.2 1359 0x80000001 0x00D299 0
相關(guān)推薦:
蘇州思科認(rèn)證培訓(xùn) 蘇州思科認(rèn)證培訓(xùn)班 蘇州思科認(rèn)證培訓(xùn)學(xué)校
體驗課預(yù)約試聽
倒計時
課程熱線:
13013833891客服在線時間:早上9點~下午6點,其他時間請在線預(yù)約報名或留言,謝謝!
免費(fèi)體驗課開班倒計時
稍后會有專業(yè)老師給您回電,請保持電話暢通