ChinaUnix.net
相关文章推荐:

cisco mstp configuration example

DNS translation translates IP addresses in packets sent by a DNS server from the internal network to the external network. Use DNS translation if you have a DNS server on your internal network that users can access on the external network to find the IP addresses of servers on your internal network. Note: This is usually a DNS server feature. Configuring the DNS translation on your FortiGate unit...

by bu - 网络技术文档中心 - 2006-10-19 13:30:57 阅读(329) 回复(0)

相关讨论

http://www.cisco.com/en/US/customer/products/ps6350/products_feature_guide09186a00804dfdf6.html#wp1517250 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7980/showart_128487.html

思科

by ricky_zhu - 网络技术文档中心 - 2006-06-15 15:46:40 阅读(435) 回复(0)

http://d.m.zbcnc.net/index.php?dir=Router%20Switch/&file=cisco%203550%20configuration.doc doc 文档 谁再问我用什么打开阅读,我掐死他。 [ 本帖最后由 西门飞 于 2007-1-20 23:24 编辑 ]

思科

by 西门飞 - 网络技术 - 2007-01-20 11:21:47 阅读(772) 回复(1)

2026: 2026#configure terminal 2026(config)#vlan 10 2026(config-vlan)#vlan 20 2026(config-vlan)#vlan 30 2026(config-vlan)#vlan 40 2026(config-vlan)#exit 2026(config)#interface range fa 0/1-4 2026(config-if-range)#switchport access vlan 10 2026(config-if)#exit 2026(config)#interface range fa 0/5-9 2026(config-if-range)#switchport access vlan 20 2026(config-if-range)#exit 2026(config)#in...

by zjyyljd - 网络技术文档中心 - 2009-02-22 19:16:30 阅读(743) 回复(0)

http://d.m.zbcnc.net/index.php?dir=Router%20Switch/&file=cisco%203750%20configuration%20Guide.pdf 打开 url 下载或在线阅读,文档是 pdf 格式 pdf 阅读器下载 http://d.m.zbcnc.net/index.php?dir=YingYong%20FuWu%20Soft/&file=AdbeRdr70_chs.exe [ 本帖最后由 西门飞 于 2007-1-20 23:23 编辑 ]

思科

by 西门飞 - 网络技术 - 2007-01-20 11:23:10 阅读(1435) 回复(1)
by yavisen - 网络技术 - 2004-12-03 17:37:26 阅读(764) 回复(4)

#include sys/types.h> #include netinet/in.h> #include sys/event.h> #include sys/time.h> #include sys/socket.h> #include sys/types.h> #include arpa/inet.h> #include unistd.h> #include stdlib.h> #include string.h> #include stdio.h> #define err(msg) perror(msg) #define SA struct sockaddr struct event { int fd; void (*handle)(struct event *); }; static int tcp_listen(void) { ...

by @sky - BSD文档中心 - 2009-08-28 14:04:03 阅读(1379) 回复(0)

生成树协议的演进(STP RSTP mstp的发展方向) 1、STP介绍 生成树协议是一种二层管理协议,它通过有选择性地阻塞网络冗余链路来达到消除网络二层环路的目的,同时具备链路的备份功能。 在网络发展初期,透明网桥是一个不得不提的重要角色。它比只会放大和广播信号的集线器聪明得多。它会悄悄把发向它的数据帧的源MAC地址和端口号记录下来,下次碰到这个目的MAC地址的报文就只从记录中的端口号发送出去,除非目的MAC地址没有记录在...

by yl2003215059 - 网络技术文档中心 - 2008-03-28 16:30:10 阅读(673) 回复(0)

example variable and class names Variables Constants and Local Global Instance Class Class Names name $debug @name @@total PI fishAndChips $CUSTOMER @point_1 @@symtab FeetPerMile x_axis $_ @X @@N String thx1138 $plan9 @_ @@x_pos MyClass _26 $Global @plan9 @@SINGLE Jazz_Song [td=9,1] [ 本帖最后由 shijiang1130 于 2009-9-25 16:32 编辑 ]

by shijiang1130 - Ruby - 2009-09-25 16:30:22 阅读(1926) 回复(0)

http://www.lightbird.net/py-by-example/ Python自带的Tutorial看了没什么收获,还是没上手。可以看看这个,我觉得不错。

by diker007 - Python - 2009-05-28 13:53:19 阅读(1317) 回复(3)