Chinaunix首页 | 论坛 | 博客
  • 博客访问: 745818
  • 博文数量: 256
  • 博客积分: 3502
  • 博客等级: 中校
  • 技术积分: 3988
  • 用 户 组: 普通用户
  • 注册时间: 2012-04-17 21:13
文章分类

全部博文(256)

文章存档

2014年(11)

2013年(134)

2012年(111)

我的朋友

发布时间:2012-12-20 11:11:11

The Link Layer is the most basic. Its function is to ensure that if a device sends a packet of information to CallManager, or CallManager sends a packet of information to a device, the sent packet is received. CallManager uses two methods of communication. The Transmission Control Protocol......【阅读全文】

阅读(908) | 评论(0) | 转发(0)

发布时间:2012-12-18 10:52:48

1、服务器模式(server) VTP服务器控制着它们所在域中VLAN的生成和修改。所有的VTP信息都被通告给本域中的其它交换机,而且,所有这些VTP信息都是被 其它交换机同步接收的。缺省方式下,交换机处于VTP服务器模式。 2、客户机模式(client) VTP客户机不允许管理员创建、修改或删除VLAN。它们监听本域中其它交换机的VTP通告,并相应修改它们的VTP配置情况。事实上,这是一种被动的监听模式,VTP客户端上也维护着VTP域内所有VLAN的列表。 3、透明模式(transparent) VTP透明模式中的交换机不参与VTP。当交换机处于透明模式时,它不通告其VLAN配置信......【阅读全文】

阅读(1789) | 评论(0) | 转发(1)

发布时间:2012-12-17 12:29:02

在firewall f100 和 switch5100上做的 firewall: disp cur system-view acl 1000 rule 1 permit source 192.168.1.1 255.255.255.0 rule 2 permit source 192.168.2.1 255.255.255.0 rule 3 deny ip source any user-interface vty 0 4 authenmode password set authen password simple test int e1 ip add 222......【阅读全文】

阅读(893) | 评论(0) | 转发(0)

发布时间:2012-12-12 11:03:46

rate-limit是QOS(Quality of Service)即服务质量保证实现的主要命令 用*基本用为: rate-limit input 128000 8000 9000 conform-action transmit exceed-action drop rate-limit output 128000 8000 9000 conform-action transmit exceed-action drop   对于一条链路,input和output都要设置。这句话的意思是,限制带宽为128kbps,对于一个连 接普通突发速率8kBytes(即 64kbps),最大突......【阅读全文】

阅读(986) | 评论(0) | 转发(0)

发布时间:2012-12-11 15:27:08

配置成功之后,PC4 ping 1.1.1.1从R2走,PC5 ping 1.1.1.1从R3走。如果R2链路断开,PC4和PC5的数据全部都从R3走,反之亦然。 R1配置: interface Loopback0 ip address 1.1.1.1 255.255.255.0 !         interface Ethernet0/0 ip address 192.168.12.1 255.255.255.0 half-duplex ! interface Ethernet0/......【阅读全文】

阅读(881) | 评论(0) | 转发(1)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册