首页 > 学院 > 网络通信 > 正文

AAPP会议配置实例

2019-11-04 20:37:27
字体:
来源:转载
供稿:网友

  case1)XLD C7206 config
  ==============================================================================
  interface FastEthernet0/1
  ip address 211.92.131.17 255.255.255.252-------------to XLD 2948L3 vlan 10
  duplex auto
  speed auto
  
  router rip
  version 2
  network 211.92.131.0
  passive-interface pos1/0
  passive-interface fast0/0
  
  
  router ospf 1
  redistribute rip subnet metric-type 1 route-map XXX
  
  route-map xxx permit 10
  match ip address 88
  set metric 1000
  route-map XXX permit 20
  match ip address 99
  set metric 10
  
  
  access-list 88 permit 211.92.128.96 0.0.0.31
  access-list 99 permit 211.92.128.160 0.0.0.31
  access-list 99 permit 211.92.128.92 0.0.0.3
  
  XLD 2948L3 config
  ==============================================================================
  interface vlan 10
  ip address 211.92.131.18 255.255.255.252---------------to XLD c7206 fast0/1
  
  interface vlan 100
  ip address 211.92.128.161 255.255.255.224
  
  interface vlan 300
  ip address 211.92.128.93 255.255.255.252
  
  
  router rip
  version 2
  network 211.92.131.0
  network 211.92.128.0
  
  
  HADS C7206 config
  ==============================================================================
  
  interface FastEthernet0/1
  ip address 211.92.129.13 255.255.255.252-------------to HADS 2948L3 vlan 20
  duplex auto
  speed auto
  
  router rip
  version 2
  network 211.92.129.0
  passive-interface pos1/0
  passive-interface fast0/0
  
  
  router ospf 1
  redistribute rip subnet metric-type 1 route-map XXX
  
  route-map xxx permit 10
  match ip address 88
  set metric 10
  route-map XXX permit 20
  match ip address 99
  set metric 1000
  
  
  access-list 88 permit 211.92.128.96 0.0.0.31
  access-list 99 permit 211.92.128.160 0.0.0.31
  access-list 99 permit 211.92.128.92 0.0.0.3
  
  
  HADS 2948L3 config
  ==============================================================================
  interface vlan 20
  ip address 211.92.129.14 255.255.255.252---------------to HADS c7206 fast0/1
  
  interface vlan 200
  ip address 211.92.128.97 255.255.255.224
  
  interface vlan 300
  ip address 211.92.128.94 255.255.255.252
  
  
  router rip
  version 2
  network 211.92.129.0
  network 211.92.128.0

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表