Archive for 11月, 2008

H3C MSR 路由器BI与SI版本区别

十一月 09, 2008 in Technology

SI、BI版本功能的具体差异
BI版本和SI版本相比,许多功能特性被裁减,下面一一列举BI版本不支持的功能:
1.
广域网——HDLC
2.
广域网——DLSW
3.
广域网——QSIG
4.
广域网——PPPoFR
5.
交换特性——LACP
6.
交换特性——GARP
7.
交换特性——GVRP
8.
交换特性——PoE(Power over Ethernet,以太网供电)
9.
IP——DHCP Relay
10.
IP——UDP Helper
11.
IP——DHCP Snoop
12.
IP——IPv6过渡技术(包括NATPT和各种隧道技术),BI版本只支持IPv6基本功能如ND和静态路由协议
13.
路由协议——ISIS(包括IPv4和IPv6,整体裁减)
14.
路由协议——OSPFv3(OSPF for IPv6)
15.
路由协议——RIPng(RIP for IPv6)
16.
路由协议——BGP4+(BGP for IPv6)
17.
路由协议——IPv6组播路由协议(BI版本支持IPv4组播路由协议)
18.
路由协议——IPX
19.
MPLS——整体被裁,BI版本整体不支持任何MPLS功能
20.
安全——MAC认证
21.
安全——IKE
22.
安全——IPSec,BI版本不支持任何IPSec功能
23.
安全——PAM(Port to Application Map,端口与应用映射)
24.
安全——SSL(Secure Socket Layer,安全套接字层)
25.
语音——整体被裁,BI版本整体不支持任何语音功能
26.
系统管理——AutoConfig
27.
其他——BI版本不需要进行License注册,而SI版本在CMW 5.2 B1203P01版本及后续版本是必须要进行License注册的,否则只有1个月的使用期限,由于BI版本不需注册,故没有这个限制。
未列在上述27条,而出现在产品手册、操作手册或命令手册的其余功能,BI版本均支持。

H3C MSR 3060 VPN Example

十一月 06, 2008 in Technology


[H3C]dis curr
#
version 5.20, Release 1509P01, Basic
#
sysname H3C
#
l2tp enable
l2tpmoreexam enable
#
domain default enable system
#
telnet server enable
#
vlan 1
#
domain system
access-limit disable
state active
idle-cut disable
self-service-url disable
ip pool 1 192.168.1.2 192.168.1.200
#
local-user admin
password simple admin
service-type telnet
level 3
#
acl number 2000
rule 0 permit
acl number 2001
rule 0 permit source 192.168.1.0 0.0.0.255
#
l2tp-group 1
undo tunnel authentication
mandatory-lcp

allow l2tp virtual-template 1
#
interface Aux0
async mode flow
link-protocol ppp
#
interface Virtual-Template1
ppp authentication-mode pap
remote address pool 1
ip address 192.168.1.1 255.255.255.0
#
interface NULL0
#
interface GigabitEthernet0/0
port link-mode route
nat outbound 2000
ip address 1.1.1.2 255.255.255.252
#
interface GigabitEthernet0/1
port link-mode route
nat outbound 2001
ip address 10.10.10.5 255.255.255.0
#
ip route-static 0.0.0.0 0.0.0.0 1.1.1.1
ip route-static 10.10.10.0 255.255.255.0 10.10.10.1
#
user-interface con 0
user-interface aux 0
user-interface vty 0 4
authentication-mode scheme
#
return
[H3C]