文档库 最新最全的文档下载
当前位置:文档库 › Cisco 7200 simulator 官方帮助中英对照版

Cisco 7200 simulator 官方帮助中英对照版

Cisco 7200 simulator 官方帮助中英对照版
Cisco 7200 simulator 官方帮助中英对照版

Cisco 7200 simulator 官方帮助中文版

由伤寒2005翻译的官方帮助,大家可以在参考EN文时看看。

Help for Cisco7200 simulator (dynamips-0.2.4)

7200模拟器的帮助文件

Authors: FabienDevaux, Christophe Fillot, MtvE

Emulatedhardware

(作者简介)

By default, aNPE-200 is emulated. You can choose the NPE type with the"-t" option.It is possible toselect "npe-100", "npe-150", "npe-175","npe-200", "npe-225", "npe-300" and"npe-400". The "npe-g1" is not working.

缺省情况下,NPE-200被模仿。你可以通过“-t”选择NPE形式。"npe-100", "npe-150","npe-175", "npe-200", "npe-225","npe-300" and "npe-400"等等这些形式都可以选择。注意:“NEP-g1”模式不可实现。

Please notethat you must use the C7200-IO-FE PA driver as IO card if you want aFastEthernet interface in slot 0.

请注意如果你想在slot0模块放置快速以太网口你必须使用“C7200-IO-EF PA”驱动程序

作为IO卡

For other slots, you must use the PA-FE-TXdriver.

如果是其他的slot,你必须使用“PA-FE-TX”的驱动程序

Command Line Optionsoverview

可选择命令行概况

-r

: Set the virtual RAMsize (default is 256 Mb)

设置虚拟RAM的大小(缺省256M)

-o

: Set the virtual ROMsize (default is 4 Mb)

设置虚拟ROM大小(缺省值4M)

-n : Set the NVRAM size (default is 128 Kb)

设置NVRAM大小(缺省128K)

-l

: Set logging file(default is pred_log0.txt)

设置登陆文件(默认pred_log0.txt),开启模拟器后,在模拟器文件夹可以看到这个文件-C

: Import an IOSconfiguration file into NVRAM

输入一个IOS配置文件进NVRAM

-X

: Do not use a file to simulateRAM (faster)

不使用文件模拟RAM(更快)————刀哥给的配置就是这个选择

-R

: Load an alternateROM (default is embedded)

加载一个备用ROM(默认被插入)

-S

: Load a symbol file

加载一个象征文件

-c

: Set theconfiguration register (default is 0x2102)

设置配置寄存器(默认0x2102)

-m

: Set the MAC addressof the chassis (IOS chooses default)

设置底部MAC地址的(IOS选择默认)

-k

: Set the clock divisor(default is 2)

设置时钟数(默认2s)

-T

: Console is on TCP (default is on the terminal)

基于TCP的控制台(默认

在终端)

-A

: AUX is on TCP (default is no AUX port)

基于TCP的AUX控制

-i

: Instruction block trace, veryslow

阻塞路径说明,完全展现

-j

: Disable the JIT compiler, veryslow

禁用just in time编译

-t

: Select NPE type

选择NPE类型

-M

: Select Midplane("std" or "vxr")

选择中平面

-p

: Define a PortAdapter

定义一个端口适配器

-s

: Bind a Network IOinterface to a Port Adapter

绑定一个网络接口到端口适配器

-a

: Virtual ATM switchconfiguration file

虚拟ATM交换机配置文件

-f

: Virtual Frame relayswitch configuration file

虚拟帧中继交换配置文件

-b

: Virtual bridgeconfiguration file

虚拟桥接配置文件

-e

: Show network device list of thehost machine

show主要机器的网络设备表(针对网卡的具体参数)

Command Line Optionsdetails

(选择命令详细表)

:

Specify the clock divider (integer) based onthe host clock.

Alter the value to matchthe CISCO clock with the real time.

基于主机时钟指定时钟分离器,于真实时间一起改成适合cisco的数值。The command"show clock" at the IOS' CLI will help you set this value. 在IOS命令行中的命令showclock将帮助你设置这个参数

:

Format: slot:pa_driver:netio_type[:netio_parameters]

格式:slot:pa_driver:netio_type【netio参数】

slot

: the number of the physical slot(starts from 0)

物理slot的数字

pa_driver

: the name of a port adapter driver in:

端口适配驱动器的名字

-C7200-IO-FE

(FastEthernet, slot 0only)

-PA-FE-TX

(FastEthernet, slots 1 to6)

-PA-4T+

(Serial, 4 ports)

-PA-8T

(Serial, 8 ports)

-PA-A1

(ATM)

:

Format:slot:port:netio_type[:netio_parameters]

slot

: the number of thephysical slot (starts from 0)

port

: the port in thespecified slot (starts from 0)

netio_type :host interface for communication

netio_type:

通信主机接口

unix::

unix:本地接口:远程接口

Use unixsockets for local communication.

本地通信使用unix接口

is created and represents the local NIC.

本地接口创造并表现的本地网卡上

is the file used by the other interface. 远程接口是被其他接口所使用的文件

(ex. "/tmp/local:/tmp/remote")

tap:

Use a virtual ethernet device forcommunication.

Tap:

为通信使用一个虚拟以太网设备

is the name of the tap device (ex."tap0")

gen_eth:

Use a real ethernet device forcommunication, using libpcap 0.9 or WinPcap. Works on Windows and Unixsystems.

Gen_eth:为通信使用一个真正的以太网设备,使用在windows和unix平台的libpcap0.9或者winpcao中

is the name of the Ethernet device (ex. "eth0")

The device listcan be found using the "-e" option.

Dev_name是以太网设备的名称,可以使用-e命令列出来

linux_eth:

Use a real ethernet device forcommunication (Linux specific).

is the name of the Ethernet device (ex. "eth0")

linux_eth::为通信使用这个真正的以太网设备

dev-name是以太网设备的名字

udp:::

Use an UDPsocket for connection between remote instances.

Udp:本地端口:远程主机:远程端口

is the port we listen to.

is the host listening the port you want to connectto.

is the port you want to connect to.

(ex."1000:somehost:2000" and "2000:otherhost:1000" on the otherside) 例如:udp:10000:127.0.0.1:20000-p

tcp_cli::

Client side of a tcpconnection.

is the ip address of the server.

isthe port to connect to.

Tcp_cli:<主机><端口>

一个tcp连接的客户端

主机是服务器的ip地址

端口是连接的端口

tcp_ser:

Server side of a tcp connection.

is the port to listen to.

null

Dummy netio (used fortesting/debugging), no parameters needed.

Tcp_ser

Tcp连接的服务器端

Null

虚拟netio(为测试和除错用),没有参数

Escape commands

退出命令

You can press

Ctrl +]

anytime,followed by one of these characters:

你可以在任何时候在这些关键字后面更Ctrl +]

d : Show th

e device list

show设备清单

r : Dump MIPS CPU registers

卸掉MIPS CPU寄存器

t : Dump MIPS TLB entries

m : Dump the latest memory accesses

s : Suspend CPU emulation

延缓CPU竞争

u : Resume CPU emulation

恢复CPU竞争

q : Quit the emulator

离开CPU竞争

b : Dump the instruction block tree

卸掉阻塞路径指令

h : JIT hash table statistics

c : Write IOS configuration to disk(ios_cfg.txt)

向盘写入IOS配置

j : Non-JIT mode statistics

x : Experimentations (can crash the box!)

^]: Send ^]

If you press an unrecognized key, help willbe shown.

Note: on Windows, it may bethe "Ctrl + $" sequence.

如果你输入一个未知键,将被认为是帮助,注意:在win中有可能是Ctrl + $语句

Virtual Bridge

虚拟桥接

The virtual bridge is used to emulate ashared network between emulator

instances.Any emulator instance can ast asa virtual bridge.

虚拟桥接被用来在模拟器之间模拟一个共享网络

例如:任何模拟器可以被当作一个虚拟的桥接

The configuration file (specified by the"-b" option) contains a list of NetIO descriptors, which thefollowing

配置文件(-b命令可以列出)包括一个netIO描述符列表,如下

syntax: netio_type[:netio_parameters]

语法:netio-type

Example:

# Connection to instance "I0"

连接I0

udp:10000:127.0.0.1:10001

# Connection to instance "I1"

udp:10002:127.0.0.1:10003

# Connection to instance "I2"

udp:10004:127.0.0.1:10005

The "I0" would be launched withthe following parameters:

I0将以下面的参数开始

dynamips ios.bin -p 1:PA-FE-TX:udp:10001:127.0.0.1:10000

Virtual ATM switch

虚拟ATM交换机

******************

The virtual ATM switch fabric is used toemulate an ATM backbone between

emulator instances. The use of this virtualswitch is not mandatory, you

can directly connect emulator instances forpoint-to-point ATM connections.

Please note that only basic VP/VC switchingis supported, there is no

support for ILMI/QSAAL/... or otherspecific ATM protocols.

虚拟ATM交换机过去习惯被模拟成一个在模拟器设备之间的ATM骨干网。虚拟交换机的使用不是强制的,你可以直接把模拟器直接成点对点的ATM连接。请注意,仅仅基础VP/VCb 被模拟器支持,对于其他的ATM协议并不支持。

Any emulator instance can act as a virtualATM switch.

模拟器可以被当作一台虚拟ATM交换机

Example of configuration file (specified bythe "-a" option):

配置实例(-a命令可以列举出)

# Virtual Interface List

IF:A0:udp:10001:127.0.0.1:10000

IF:A1:udp:10002:127.0.0.1:10003

IF:A2:udp:10004:127.0.0.1:10005

# VP connection between I0 and I1

VP:A0:10:A1:20

VP:A1:20:A0:10

# VP connection between I0 and I2

VP:A0:11:A2:30

VP:A2:30:A0:11

# VC connection between I1 and I2

VC:A1:5:2:A2:7:3

VC:A2:7:3:A1:5:2

In this example, we have 3 virtualinterfaces, A0, A1 and A2. The syntax for interface definition is similar to PortAdapters:

在这个例子中,有三个虚拟接口,A0,A1,A2。

IF:interface_name:netio_type[:netio_parameters]

You can do VP switching or VC switching:

你还能做VP交换或者VC交换

1) VP switching

syntax:VP:input_if:input_vpi:output_if:output_vpi

2) VC switching

syntax: VC:input_if:input_vpi:input_vci:output_if:output_vpi:output_vci

Testing the Virtual ATM switch with onedynamips instance

*********************************************************

(Contribution of Mtv Europe)

Virtual ATM switch configuration file("atm.cfg"):

IF:A0:udp:10003:127.0.0.1:10001

IF:A1:udp:10004:127.0.0.1:10002

# a0/vpi=1/vci=100 connects toa1/vpi=2/vci=200

VC:A0:1:100:A1:2:200

VC:A1:2:200:A0:1:100

Invoking dynamips:

./dynamips -p1:PA-A1:udp:10001:127.0.0.1:10003 -p 2:PA-A1:udp:10002:127.0.0.1:10004 -aatm.cfg IOS.BIN

(note input ports of IOS interfaces areoutput ports of ATM switch

interfaces, and vice versa).

IOS configuration:

ip cef

ip vrf test

rd1:1

route-targetboth 1:1

int a1/0

noshut

int a1/0.2 p

ipaddr 1.1.1.1 255.255.255.0

pvc1/100

interface a2/0

noshut

interface a2/0.2 p

ipvrf forwarding test

ipaddr 1.1.1.2 255.255.255.0

pvc2/200

!

# ping 1.1.1.2

!!!!!

Virtual Frame-Relay switch

虚拟帧中继交换机

**************************

The virtual Frame-Relay switch fabric isused to emulate a Frame-Relay

backbone between emulator instances. Theuse of this virtual switch is not

mandatory, you can directly connectemulator instances with appropriate IOS configuration.

虚拟帧中继交换机构造过去习惯于被模拟成一个模拟器之间的帧中继骨干。虚拟交换机的使用不是强制的,你可以用适合的IOS直接连接模拟器设备

Any emulator instance can act as a virtualFrame-Relay switch.

任何模拟器可以当作成一个虚拟帧中继交换机

There is only a basic implementation of theLMI protocol (ANSI Annex D), which isprobably not conforming but works withCisco IOS. Fortunately, Cisco IOS

isable to detect automatically the LMI protocol.

这儿仅仅有一个基础的LMI协议设备,这样的设备不可能一致但是却能用IOS工作,幸运的是,cisco IOS能自动选择LMI协议

Example of configuration file (specified bythe "-f" option):

配置例子

# Virtual Interface List

IF:S0:udp:10001:127.0.0.1:10000

IF:S1:udp:10002:127.0.0.1:10003

# DLCI switching between S0 and S1

VC:S0:200:S1:100

VC:S1:100:S0:200

In this example, we have 2 virtualinterfaces, S0 and S1. The syntax for interface definition is similar to PortAdapters:

在这个例子中,有两个虚拟接口,s0和s1。端口定义的构造与端口适配器很接近。

IF:interface_name:netio_type[:netio_parameters]

IF:接口名称

DLCI switching syntax:

DLCI交换构造

VC:input_if:input_dlci:output_if:output_dlci

VC:进入接口:进入_DLCI出口接口:出口_DLCI

In the example above, the switch is configuredto switch packets received on interface S0 with DLCI 200 to interface S1 withDLCI 100, and vice-versa.

在上面的例子中,交换机被配置为被接收到的包——从DLCI200的s0接口到DLCI100的S1接口,反之亦然。

商务英语口语900句-中英文对照-中文翻译资料

商务英语口语900句中英文对照中文翻译 Unit 1希望与要求 Part 1 . 1. We'd like to express our desire to establish business relationship with you on the basis of quality, mutually benefit and exchange of needed goods . 我们希望在保证质量、互惠互利以及交易彼此需要的货物的基础上和你们建立业务关系。 2 .In order to extend our export business to your country we wish to enter direct business relations with you. 为了扩大我们在贵国的出口业务,我们希望和你们建立直接贸易关系。 3. Our hope is to establish mutually beneficial trading relations between us . 希望在我们之间能够建立互惠互利的贸易关系。 4. We looking forward to further extensions of pleasant business relations. 我们期待进一步保持愉快的业务关系。 5. It’s our hope to continue with considerable business dealing with you. 我们的希望是和你们保持可观的生意往来。 6. We looking forward to receiving your quotation very soon. 我们期待尽快收到你们的报价单。 7.I hope you see from the reduction that we are really doing our utmost. 我希望你能够看到我们事实上已经作出了最大程度的让价。 8.We hope to discuss business with you at your earliest convenience. 我们希望在你方便的时候和你洽谈业务。

《热爱生命》一书英文读后感

《热爱生命》一书英文读后感 The famous novel "love life" was a sensation in Europe and America, and has been praised Lenin. Works to show the nature of the strong, brave and adventurous spirit of romance, "To Live" strong will to attract me deeply, is excited about reading. This novel, by Jack London with great artistic strength to calm a soul-stirring aount of the life and death struggle of the story, showing how to love life to help overe the death of a person; Despite the Cross, the sick, exhausted, still in In the struggle to keep up with bare hands in the back of a uniform E Lang, and the world of ice and snow through the wilderness struggling to e to the beach, was finally rescued by a whaler. The tragic story, vividly demonstrates the great human and strong. Full display of the depths of human nature Moments, and vivid descriptions of a life's tenacity and strong, struck up a tenacious hymn to life, the spirits can be described as awesome.

傲慢与偏见摘录英文

The distance is nothing ,when one has a motive. Mrs.Bennet’s eyes sparkled with pleasure. We must trespass a litter longer on your kindness. Mrs.Bennet was profuse in her acknowledgements. I often tell my other girls they are nothing to her. That is my idea of good breading;and those persons who fancy themselves very important and never open their mouths , quiet mistake the matter. A lady’s imagination is very rapid;it jumps from admiration to love,from love to matrimony . Pride relates more to our opinion of ourselves,vanity to what we would have others think of us. He is ate up with pride. Upon my word ! Affectation of candour is common enough –one meets it everywhere.But to be candid without ostentation or design—to take the good of everybody’s character and make it still better , and say nothing of the bad—belongs to you alone Mr. Bennet was so odd a mixture of quick parts, sarcastic humor, reserve, and caprice, that the experience of three and twenty years had been insufficient to make his wife understand his character. Everything nourishes what is strong already. She had high animal spirits,and a sort of self-consequence. The day passed much as the day before had done.

CISCO路由器配置手册

第一章路由器配置基础 一、基本设置方式 一般来说,可以用5种方式来设置路由器: 1.Console口接终端或运行终端仿真软件的微机; 2.AUX口接MODEM,通过电话线与远方的终端或运行终端仿真软件的微机相连; 3.通过Ethernet上的TFTP服务器; 4.通过Ethernet上的TELNET程序; 5.通过Ethernet上的SNMP网管工作站。 但路由器的第一次设置必须通过第一种方式进行,此时终端的硬件设置如下: 波特率:9600 数据位:8 停止位:1 奇偶校验: 无 二、命令状态 1. router> 路由器处于用户命令状态,这时用户可以看路由器的连接状态,访问其它网络和主机,但不能看到和更改路由器的设置内容。

2. router# 在router>提示符下键入enable,路由器进入特权命令状态router#,这时不但可以执行所有的用户命令,还可以看到和更改路由器的设置内容。 3. router(config)# 在router#提示符下键入configure terminal,出现提示符router(config)#,此时路由器处于全局设置状态,这时可以设置路由器的全局参数。 4. router(config-if)#; router(config-line)#; router(config-router)#;… 路由器处于局部设置状态,这时可以设置路由器某个局部的参数。 5. > 路由器处于RXBOOT状态,在开机后60秒内按ctrl-break可进入此状态,这时路由器不能完成正常的功能,只能进行软件升级和手工引导。 6. 设置对话状态 这是一台新路由器开机时自动进入的状态,在特权命令状态使用SETUP命令也可进入此状态,这时可通过对话方式对路由器进行设置。 三、设置对话过程 1.显示提示信息 2.全局参数的设置 3.接口参数的设置 4.显示结果 利用设置对话过程可以避免手工输入命令的烦琐,但它还不能完全代替手工设置,一些特殊的设置还必须通过手工输入的方式完成。 进入设置对话过程后,路由器首先会显示一些提示信息: --- System Configuration Dialog --- At any point you may enter a question mark '?' for help. Use ctrl-c to abort configuration dialog at any prompt. Default settings are in square brackets '[]'. 这是告诉你在设置对话过程中的任何地方都可以键入“?”得到系统的帮助,按ctrl-c 可以退出设置过程,缺省设置将显示在‘[]’中。然后路由器会问是否进入设置对话:

热爱生命英文读后感

热爱生命英文读后感 本文是关于读后感的,仅供参考,如果觉得很不错,欢迎点评和分享。 热爱生命英文读后感 The famous novel "love life" was a sensation in Europe and America, and has been praised Lenin. Works to show the nature of the strong, brave and adventurous spirit of romance, "To Live" strong will to attract me deeply, is excited about reading. This novel, by Jack London with great artistic strength to calm a soul-stirring account of the life and death struggle of the story, showing how to love life to help overcome the death of a person; Despite the Cross, the sick, exhausted, still in the struggle to keep up with bare hands in the back of a uniform E Lang, and the world of ice and snow through the wilderness struggling to come to the beach, was finally rescued by a whaler. The tragic story, vividly demonstrates the great human and strength. Full display of the depths of human nature Moments, and vivid descriptions of a life's tenacity and strength, struck up a tenacious hymn to life, the spirits can be described as awesome. Life itself contains enormous potential energy. Sometimes

PLC论文中英文对照资料外文翻译文献

PLC论文中英文对照资料外文翻译文献 外文资料: PLC technique discussion and future development Along with the development of the ages, the technique that is nowadays is also gradually perfect, the competition plays more more strong; the operation that list depends the artificial has already can't satisfied with the current manufacturing industry foreground, also can't guarantee the request of the higher quantity and high new the image of the technique business enterprise. The people see in produce practice, automate brought the tremendous convenience and the product quantities for people up of assurance, also eased the personnel's labor strength, reduce the establishment on the personnel. The target control of the hard realization in many complicated production lines, whole and excellent turn, the best decision etc., well-trained operation work, technical personnel or expert, governor but can judge and operate easily, can acquire the satisfied result. The research target of the artificial intelligence makes use of the calculator exactly to carry out, imitate these intelligences behavior, moderating the work through person's brain and calculators, with the mode that person's machine combine, for resolve the very complicated problem to look for the best path We come in sight of the control that links after the electric appliances in various situation, that is already the that time generation past, now of after use in the mold a perhaps simple equipments of grass-roots control that the electric appliances can do for the low level only;And the PLC emergence also became the epoch-making topic, adding the vivid software control through a very and stable hardware, making the automation head for the new high tide. The PLC biggest characteristics lie in: The electrical engineering teacher already no longer electric hardware up too many calculationses of cost, as long as order the importation that the button switch or the importation of the sensors order to link the PLC up can solve problem, pass to output to order the conjunction contact machine or control the start equipments of the

Cisco+6509配置手册

Catalyst 6509 交换机 配置手册 version 1.0.0 中望商业机器有限公司? 1995, 2001 Chinaweal Business Machinery CO. LTD All Rights Reserve

目录 1基础配置 (1) 1.1建立到控制台的连接 (1) 1.2配置交换机的地址 (2) 1.3配置Ethernet 口 (3) 1.4配置交换机的全局参数 (4) 1.5测试网络的连通性 (4) 2其它参数的配置 (5) 2.1配置Login Banner (5) 2.2配置DNS (6) 2.3配置CDP协议 (7) 3VLAN的配置 (8) 3.1配置VTP协议(VLAN Trunk Protocol) (9) 3.2配置VLAN (10) 3.2.1创建VLAN (10) 3.3将交换端口配置到VLAN中 (10) 3.4配置VLAN Trunks (12) 3.5在MSFC上配置IP InterVLAN路由 (13) 3.5.1从Console口进入MSFC (13) 3.5.2通过T elnet Session 进入MSFC 模块 (13) 3.5.3在MSFC上配置IP InterVLAN路由 (14) 3.6配置HSRP协议 (14) 3.7配置以太通道 (16)

1 基础配置 1.1 建立到控制台的连接 在进行配置和将交换机接入网络前必须通过控制台来进入交换机的CLI,对交换机进行配置。在进入CLI后,通过命令enable进入到privileged 模式。 通过以下步骤将终端连接到交换机的控制口 例如: <... output truncated ...> Cisco Systems Console Enter password: Console> enable Enter password: Console> (enable) - 1 -

英语翻译学习资料(含中英文解释)

例1.Winners do not dedicate their lives to a concept of what they imagine they should be, rather, they are themselves and as such do not use their energy putting on a performance, maintaining pretence and manipulating(操纵) others . They are aware that there is a difference between being loved and acting loving, between being stupid and acting stupid, between being knowledgeable and acting knowledgeable. Winners do not need to hide behind a mask. 1.dedicate to 把时间,精力用于 2.pretence 虚伪,虚假 6 .1 斤斤于字比句次,措辞生硬 例2.Solitude is an excellent laboratory in which to observe the extent to which manners and habits are conditioned by others. My table manners are atrocious( 丑恶)—in this respect I've slipped back hundreds of years in fact, I have no manners whatsoever(完全,全然). If I feel like it, I eat with my fingers, or out of a can, or standing up —in other words, whichever is easiest. 孤独是很好的实验室,正好适合观察一个人的举止和习惯在多大程度上受人制约。如今我吃东西的举止十分粗野;这方面一放松就倒退了几百年,实在是一点礼貌也没有。我高兴就用手抓来吃,(eat out of a can)开个罐头端着吃,站着吃;反正怎么省事就怎么吃。 3.Whatsoever 完全,全然 1.Be conditioned by 受……制约 2.Atrocious 丑恶 6 .2 结构松散,表达过于口语化 例3.有一次,在拥挤的车厢门口,我听见一位男乘客客客气气地问他前面的一位女乘客:“您下车吗?”女乘客没理他。“您下车吗?”他又问了一遍。女乘客还是没理他。他耐不住了,放大声问:“下车吗?”,那女乘客依然没反应。“你是聋子,还是哑巴?”他急了,捅了一下那女乘客,也引起了车厢里的人都往这里看。女乘客这时也急了,瞪起一双眼睛,回手给了男乘客一拳。(庄绎传,英汉翻译教程,1999 :练习 3 ) 译文1:Once at the crowded door of the bus, I heard a man passenger asked politely a woman passenger before him: “Are you getting off?” The woman made no

Cisco交换机配置手册

2950交换机 简明配置维护手册

目录 说明 (3) 产品特性 (3) 配置端口 (4) 配置一组端口 (4) 配置二层端口 (6) 配置端口速率及双工模式 (6) 端口描述 (7) 监控及维护端口 (8) 监控端口和控制器的状态 (8) 刷新、重置端口及计数器 (10) 关闭和打开端口 (10) 配置VLAN (11) 理解VLAN (11) 可支持的VLAN (12) 配置正常范围的VLAN (12) 生成、修改以太网VLAN (13) 删除VLAN (14) 将端口分配给一个VLAN (15) 配置VLAN Trunks (16) 使用STP实现负载均衡 (19) 配置Cluster (23)

说明 本手册只包括日常使用的有关命令及特性,其它未涉及的命令及特性请参考英文的详细配置手册。 产品特性 2950是只支持二层的交换机 支持VLAN ?到250 个VLAN ?支持VLAN ID从1到4094(IEEE 802.1Q 标准) ?支持ISL及IEEE 802.1Q封装 安全 ?支持IOS标准的密码保护 ?支持标准及扩展的访问列表来定义安全策略 ?支持基于VLAN的访问列表 监视 ?交换机LED指示端口状态 ?SPAN及远端SPAN (RSPAN) 可以监视任何端口或VLAN的流量 ?内置支持四组的RMON监控功能(历史、统计、告警及事件)

配置端口 配置一组端口 当使用interface range命令时有如下的规则: ?有效的组范围: o vlan从1 到4094 o fastethernet槽位/{first port} - {last port}, 槽位为0 o gigabitethernet槽位/{first port} - {last port},槽位为0 o port-channel port-channel-number - port-channel-number, port-channel号从1到64 ?端口号之间需要加入空格,如:interface range fastethernet 0/1 – 5是有效的,而interface range fastethernet 0/1-5是无效的. ?interface range命令只能配置已经存在的interface vlan ?所有在同一组的端口必须是相同类别的。

中英文对照资料外文翻译文献

中英文对照资料外文翻译文献 平设计任何时期平面设计可以参照一些艺术和专业学科侧重于视觉传达和介绍。采用多种方式相结合,创造和符号,图像和语句创建一个代表性的想法和信息。平面设计师可以使用印刷,视觉艺术和排版技术产生的最终结果。平面设计常常提到的进程,其中沟通是创造和产品设计。共同使用的平面设计包括杂志,广告,产品包装和网页设计。例如,可能包括产品包装的标志或其他艺术作品,举办文字和纯粹的设计元素,如形状和颜色统一件。组成的一个最重要的特点,尤其是平面设计在使用前现有材料或不同的元素。平面设计涵盖了人类历史上诸多领域,在此漫长的历史和在相对最近爆炸视觉传达中的第20和21世纪,人们有时是模糊的区别和重叠的广告艺术,平面设计和美术。毕竟,他们有着许多相同的内容,理论,原则,做法和语言,有时同样的客人或客户。广告艺术的最终目标是出售的商品和服务。在平面设计,“其实质是使以信息,形成以思想,言论和感觉的经验”。

在唐朝(618-906 )之间的第4和第7世纪的木块被切断打印纺织品和后重现佛典。阿藏印在868是已知最早的印刷书籍。在19世纪后期欧洲,尤其是在英国,平面设计开始以独立的运动从美术中分离出来。蒙德里安称为父亲的图形设计。他是一个很好的艺术家,但是他在现代广告中利用现代电网系统在广告、印刷和网络布局网格。于1849年,在大不列颠亨利科尔成为的主要力量之一在设计教育界,该国政府通告设计在杂志设计和制造的重要性。他组织了大型的展览作为庆祝现代工业技术和维多利亚式的设计。从1892年至1896年威廉?莫里斯凯尔姆斯科特出版社出版的书籍的一些最重要的平面设计产品和工艺美术运动,并提出了一个非常赚钱的商机就是出版伟大文本论的图书并以高价出售给富人。莫里斯证明了市场的存在使平面设计在他们自己拥有的权利,并帮助开拓者从生产和美术分离设计。这历史相对论是,然而,重要的,因为它为第一次重大的反应对于十九世纪的陈旧的平面设计。莫里斯的工作,以及与其他私营新闻运动,直接影响新艺术风格和间接负责20世纪初非专业性平面设计的事态发展。谁创造了最初的“平面设计”似乎存在争议。这被归因于英国的设计师和大学教授Richard Guyatt,但另一消息来源于20世纪初美国图书设计师William Addison Dwiggins。伦敦地铁的标志设计是爱德华约翰斯顿于1916年设计的一个经典的现代而且使用了系统字体设计。在20世纪20年代,苏联的建构主义应用于“智能生产”在不同领域的生产。个性化的运动艺术在2俄罗斯大革命是没有价值的,从而走向以创造物体的功利为目的。他们设计的建筑、剧院集、海报、面料、服装、家具、徽标、菜单等。J an Tschichold 在他的1928年书中编纂了新的现代印刷原则,他后来否认他在这本书的法西斯主义哲学主张,但它仍然是非常有影响力。Tschichold ,包豪斯印刷专家如赫伯特拜耳和拉斯洛莫霍伊一纳吉,和El Lissitzky 是平面设计之父都被我们今天所知。他们首创的生产技术和文体设备,主要用于整个二十世纪。随后的几年看到平面设计在现代风格获得广泛的接受和应用。第二次世界大战结束后,美国经济的建立更需要平面设计,主要是广告和包装等。移居国外的德国包豪斯设计学院于1937年到芝加哥带来了“大规模生产”极简到美国;引发野火的“现代”

傲慢与偏见读书笔记英文

In this term,I read a book which named .The author is Jane Austen,.When I first knew this art work, because I watched the movie acted by Kara Knightly and so many famous stars .But this term I read the original work .And I realize the difference between them . After I briefly knew the author -Jane Austen .About her life ,her experience .I found she was an sensitive,strong in mental ,maverick and independent woman.I do really admire her.In 1775 December she birthed to this world.She has eight brothers and sisters.Her father,who had served in that area for forty years,and he also was a encyclopedic clergyman .And the same her mother ,came from an welfare family,she also had certain cultural accomplishment. Therefore, even though Jane ha dn’t go to the official school,because of the great family condition and the environment of reading books .All of those give her the chances to learn by herself and then build up the interests about writing.When she was only thirteen or fourteen years old,she stared to writing something she liked.This showed her talent about her language expression.In the1800,her father retired,and they moved to somewhere,but Jane didn’t like there.At there,Jane refused the marriage from a teenager who will inherited a larg e fortune,just because she didn’t like him.The gods throw out the questions ,we human need to find ,to choose the answers by ourselves.The answer from this problem is probably not "no" to us now. Although our hearts still have some expectation for love, we believe that love is sacred. But gradually, like wealth, background, politics, more and more things go beyond love, above all else, to our life,to our heart. In 1796 ,at 20 she met Lefroy.She fall in love with this clever young Irish lawyer. However, the pastor's family - Jane’s father wanted the son-in-law would have the financial strength in the future but at that time lefroy was a poor boy. Lefroy’s family who had six children, was also determined to marry with a wealthy family, so he was asked to retur n to Ireland. They never saw each other again. In Jane’s letter to her sister Cassandra, said: "Finally, the day has come, and I will say goodbye to Tom Lefroy. And when you get this letter, it's all over. I can't help but cry at the thought. Her unforgettable first love was forced to break up,she chose never marry for the whole life,and put the all emotions and feelings devoted to the literary creation. What make me impressively is her attitude to the people ,world,and to herself.The world and people hurt her ,break up she and her lover,make her never marry,but she still keep her mind to the world,put all her love to the literary creation,write the sweet,profound work for the people. To tell them ,among the millions of people in the world, it likes a miracle to meet someone you love who loves you as much as you do. And do not cherish this person is how ignorant and pitiful.A person may be arrogant but not vain.In most cases, pride is nothing more than what we think of ourselves ,but vanity refers to how we v alue other people’s evaluation of us. In fact, there are few people I really like. The more I look at the world, the less satisfied I am, and the more I believe that every day, I believe that all kinds of peo ple are capricious, and that the good things what appeared on the surface are untru stworthy. But then I can't tell you exactly when, where, what kind of style , what kind of talk I heard, which all of those made me fall in love with you gradually.It was

机械专业中英文对照翻译大全(完整资料).doc

此文档下载后即可编辑 机械专业英语词汇中英文对照翻译一览表陶瓷ceramics 合成纤维synthetic fibre 电化学腐蚀electrochemical corrosion 车架automotive chassis 悬架suspension 转向器redirector 变速器speed changer 板料冲压sheet metal parts 孔加工spot facing machining 车间workshop 工程技术人员engineer 气动夹紧pneuma lock 数学模型mathematical model 画法几何descriptive geometry 机械制图Mechanical drawing 投影projection 视图view 剖视图profile chart 标准件standard component 零件图part drawing 装配图assembly drawing 尺寸标注size marking 技术要求technical requirements 刚度rigidity 内力internal force 位移displacement 截面section 疲劳极限fatigue limit

断裂fracture 塑性变形plastic distortion 脆性材料brittleness material 刚度准则rigidity criterion 垫圈washer 垫片spacer 直齿圆柱齿轮straight toothed spur gear 斜齿圆柱齿轮helical-spur gear 直齿锥齿轮straight bevel gear 运动简图kinematic sketch 齿轮齿条pinion and rack 蜗杆蜗轮worm and worm gear 虚约束passive constraint 曲柄crank 摇杆racker 凸轮cams 共轭曲线conjugate curve 范成法generation method 定义域definitional domain 值域range 导数\\微分differential coefficient 求导derivation 定积分definite integral 不定积分indefinite integral 曲率curvature 偏微分partial differential 毛坯rough 游标卡尺slide caliper 千分尺micrometer calipers 攻丝tap 二阶行列式second order determinant

思科交换机6509配置实例(双机热备)

CISCO 6509配置手册 1.设置时间 switch#config t switch(config)# clock timezone GMT 8 ;配置时区 switch(config)# clock set 13:30:21 31 JAN 2004 ;配置交换机时间2.设置主机名及密码 Switch#congfig t Switch(config)#hostname 6509a //配置交换机名称6509a(config)#enable password cisco //配置用户密码 6509a (config)#enable secret cisco //配置安全密码 6509a (config-line)#line vty 0 15 //配置远程访问密码6509a (config-line)#login 6509a (config-line)#password cisco 6509a (config-line)#login 6509a (config-line)#^z 6509a #show running-config //查看配置信息 6509a #copy running-config startup-config 6509a #show startup-config 6509a #show bootvar 6509a #dir bootflash: 6509a #copy system:running-config nvram:startup-config 6509a #show fabric status 6509a #show hardware 3.配置vlan 6509a #config t 6509a (config)#vlan 301 6509a (config-vlan)# name hexinxitong 6509a (config)#vlan 302 6509a (config-vlan)# name callcenter 6509a (config)#vlan 303 6509a (config-vlan)# name kuaijicaiwu

名言名句大全中英文对照名言名句大全

名言名句大全中英文对照名言名句大全 名言名句是人们在实践中的经验教训的提炼和总结,是历史文化精华的积淀,对后人有重要的指导意义和警戒作用。下面是为你分享的中英文对照名言名句大全的内容,希望你喜欢! 1) Hide not your light under a bushel。不要把你的烛光藏在笆斗下。 2) Diligence is the mother of suess。勤勉是成功之母。 3) Make yourself necessary to someone。使自己成为别人需要的人。 4) Think great thoughts and you will be great!心怀伟大的理想,你将会变得伟大。 5) Wisdom is more precious than wealth。智慧比财富更宝贵。 6) A birbe will enter without knocking。贿赂毋须敲门而入。

7) Misfortunes tell us what fortune is。不经灾难不知福。 8) It six of one and half a dozen of the other。彼此彼此。 9) You make the failure plete when you stop trying。当你停止尝试的时候,你就完全失败了。 10) I have nothing to offer but blood, boil, tears and sweat。我能奉献的没有其它,只有热血辛劳眼泪与汗水。 11) One thorn of experience is worth a whole wilderness of warning。一次痛苦的经验抵得上千百次的告诫。 12) You have to believe in yourself。 That's the secret of suess。人必须有自信,这是成功的秘密。 13) I think suess has no rules, but you can learn a lot from failure。我认为成功没有定律,但你可从失败中学到很多东西。 14) The man who has made up his mind to win will never say “impossible”。凡是决心取得胜利的人是从来不说“不可能的”。

相关文档
相关文档 最新文档