Posts Tagged ‘CISCO’
Cisco IOU 的交换和路由同时运行!
注意:阅读和运行本文档需要基本的Linux基础!!
本来我的原意不是做一个路由和交换同时运行的NETMAP。但是在Andlinux下不能开启30台交换机,说以就将TS1的脚本修改了一下!
在Andlinux下用CD切换到TS1-sw目录下!运行start3即可
[root@andLinux TS1-sw]# pwd /home/yangbo/windows/l2iou/TS1-sw [root@andLinux TS1-sw]# ./start3
Connect IOU with real networks or dynamips
This guide provides explanations to a script called iou2net.pl (script is at the end of the article), which allows you to attach IOU instances to real network (interfaces). In its functionality, its similar to what the ioulive tool does. For more information about IOU or ioulive, ask your Cisco SE/AM that provided you with your copy of IOU, or check out the IOU FAQ from evilrouters.net.
Why another script that does nearly the same thing as ioulive? While playing around with IOU, i tried to come up with a way to attach IOU instances to dynamips directly. I managed to get this working for single instances, but came to the conclusion that its best to integrate such functionality in dynagen directly. Unfortunately, Im not a good programmer and have no experience with python, nor the time to dig through the dynagen sources and extend the code. This script is a byproduct of this work, where i tried to document the packet format that IOU uses to communicate between instances. For now, the script allows to attach to real network adapters and tap interfaces, and to communicate through UDP "links" as known from dynamips and qemu.
知道CISCO为什么要开发IOU吗?
原因如下:
思科学习实验室
针对路由和交换的虚拟思科IOS实验室
对于备考思科认证的考生来说,由于实验设备的缺乏,要获得真实的实验室实践体验是非常不易的。为了满足这一需求,思科推出了全新的思科学习实验室产品。
思科学习实验室是多款针对路由和交换的虚拟实验室学习包,通过思科IOS软件在UNIX系统上支持。
前所未有的,学习思科网络技术的人士只要使用个人电脑,就能便捷地访问并配置路由及第二层核心交换实验室。
对于网络人士来说,搭建一个真实的实验室需要花费大量的金钱和时间,因此实验操作往往是网络人士最缺乏的部分。思科学习实验室为你们提供了经济、便捷、真实的实验室体验。
思科学习实验室的时间从15小时至20小时不等,价格从99元起。所以你只需花每小时10元不到,就能够享受最真实的实验室体验,用最少的时间和金钱达到最好的学习效果。
立即使用最新版本的思科IOS软件提升你的学习方式,获得真实的实验室动手实践经验,为你的思科CCNA®、CCIP®及CCNP®认证考试做好充分准备。
虚拟实验室学习包为您提供独一无二的体验:
- 配置路由及核心交换环境下的实验室
- 设备重设零停机时间
- 可进入多种实验室
- 90天内任意时间进入(最多20小时)
- 可购买补充的学习时间(5小时)
系统要求:
思科学习实验室要求安装有微软Windows系统(XP, Vista或7)的电脑,并运行有Windows Internet Explorer (版本 7, 8, or 9)。
ip default-network、ip route、ip default-gateway的区别
ip default-network、ip route、ip default-gateway的区别
在cisco的16448文档中详细地讲解了这三条命令的使用条件和区别。
一、使用条件
ip default-gateway在禁用了ip routing的情况下使用,该路由器被当做默认网关。
ip default-network和ip route 0.0.0.0 0.0.0.0 则可以在启用路由选择协议下使用。
二、区别
ip default-network 与 ip route 0.0.0.0 0.0.0.0 的最大区别在于前者可以被路由选择协议宣告出去。
但是由于ip default-network这条命令是有类的,如果宣告的网络不是主类网,将不会被标记成*号。
ip default-network产生的默认路由是可以被EIGRP和RIP宣告的,但不被OSPF宣告,至于OSPF怎么产生默认路由,上一边有介绍。值得注意的是,RIP宣告ip default-network的路由条目是,使用0.0.0.0,可以debug ip rip看到。
ip route 0.0.0.0 0.0.0.0 也可以被EIRGP传播,但是这条静态路由必须重分发到EIGRP协议中;在12.0T以后的IOS版本中,RIP将不宣告默认路由,除非是通过RIP学习到得,或者重分发到RIP中。
同样,在OSPF中也不能传播该命令产生的默认路由,(default-information originate命令)
如何生成IOU l2的License
今天冲网上得到了IOU的L2版本。
因为我的环境比较特殊。
我以前的IOU使用的环境是Vmware+Centos5.4。
当然现在有更好的环境就是AndLinux。可是我玩不懂这个。所以还是只有在Centos 的环境下去运行IOUL2了。
可是一运行就提示我的License有错。
IOU License Error: invalid license License for key 7f03b7 required on host "CDlinux". Obtain a license for this key and host from the following location: http://wwwin-enged.cisco.com/ios/iou/license/index.html Place in your iourc file as follows (see also the web page for further details on iourc file format and location) [license] CDlinux = <16 char license>; IOU 3328 exit
CCIE 实验内容
实验内容
Frame relay
Catalyst交换机配置:
VLANs, VTP, STP, MSTP, RSTP, Trunk, Etherchannel, management, features, advanced configuration, Layer 3 Tunneling
IP IGP Routing
OSPF
EIGRP
RIPv2
IPv6: Addressing, RIPng, OSPFv3
GRE
ODR
Filtering, redistribution, summarization and other advanced features
BGP
IBGP
EBGP
Eigrp ,FD is Inaccessible .
今天群里在讨论这么一个拓扑图。
图中共有4个路由器:
R1、R2、R4(上面的3个路由器处于Eigrp AS100中。
R1、R3、R4(下面的3个路由器处于Eigrp AS200中。
642-902 ROUTE Exam Topics
Exam Description
The Implementing Cisco IP Routing (ROUTE 642-902) is a qualifying exam for the Cisco Certified Network Professional CCNP®, Cisco Certified Internetwork Professional CCIP®, and Cisco Certified Design Professional CCDP® certifications. The ROUTE 642-902 exam will certify that the successful candidate has the knowledge and skills necessary to use advanced IP addressing and routing in implementing scalable and secure Cisco ISR routers connected to LANs and WANs. The exam also covers configuration of secure routing solutions to support branch offices and mobile workers.
Exam Topics
The following information provides general guidelines for the content likely to be included on the exam. However, other related topics may also appear on any specific delivery of the exam. In order to better reflect the contents of the exam and for clarity purposes the guidelines below may change at any time without notice.
Implement an EIGRP based solution, given a network design and a set of requirements
- Determine network resources needed for implementing EIGRP on a network
- Create an EIGRP implementation plan
- Create an EIGRP verification plan
- Configure EIGRP routing
- Verify EIGRP solution was implemented properly using show and debug commands
- Document results of EIGRP implementation and verification
Implement a multi-area OSPF Network, given a network design and a set of requirements
- Determine network resources needed for implementing OSPF on a network
- Create an OSPF implementation plan
- Create an OSPF verification plan
- Configure OSPF routing
- Verify OSPF solution was implemented properly using show and debug commands
- Document results of OSPF implementation and verification plan
Implement an eBGP based solution, given a network design and a set of requirements
- Determine network resources needed for implementing eBGP on a network
- Create an eBGP implementation plan
- Create an eBGP verification plan
- Configure eBGP routing
- Verify eBGP solution was implemented properly using show and debug commands
- Document results of eBGP implementation and verification plan
Implement an IPv6 based solution, given a network design and a set of requirements
- Determine network resources needed for implementing IPv6 on a network
- Create an IPv6 implementation plan
- Create an IPv6 verification plan
- Configure IPv6 routing
- Configure IPv6 interoperation with IPv4
- Verify IPv6 solution was implemented properly using show and debug commands
- Document results of IPv6 implementation and verification plan
Implement an IPv4 or IPv6 based redistribution solution, given a network design and a set of requirements
- Create a redistribution implementation plan based upon the results of the redistribution analysis
- Create a redistribution verification plan
- Configure a redistribution solution
- Verify that a redistribution was implemented
- Document results of a redistribution implementation and verification plan
- Identify the differences between implementing an IPv4 and IPv6 redistribution solution
Implement Layer 3 Path Control Solution
- Create a Layer 3 path control implementation plan based upon the results of the redistribution analysis
- Create a Layer 3 path control verification plan
- Configure Layer 3 path control
- Verify that a Layer 3 path control was implemented
- Document results of a Layer 3 path control implementation and verification plan
- Implement basic teleworker and branch services
- Describe broadband technologies
- Configure basic broadband connections
- Describe basic VPN technologies
- Configure GRE
- Describe branch access technologies
高级BGP
本实验是书上的例子。
要达到的目的是:
1.有5台路由器。R3只运行OSPF。R1和R2运行BGP和OSPF.
2.R1有一个到R5的EBGP对等体,一个到R2的IBGP对等体。
3.R2有一个到R4的EBGP对等体,一个到R1的IBGP对等体。
4.确保R1的15个环回(131.108.2.0-131.108.16.0)能够路由到R5,而且R5可以修改所有偶数网络,设置本地权重为1000,设置距离(MED)为100。所有的奇数网络,设置本地权重为2000,设置距离(MED)为200。
5.确保R1广播一条默认路由到R5,R2广播一条默认路由到R4。使用前缀列表来完成。
6.确保R4不会接受131.108.0.0范围内的网络,只接受默认路由。R4必须拒接所有其他网络。
7.确保R3可以使用OSPF路由到所用的网络。





