多播静态路由引起的循环问题的解决

http://tech.ddvip.com   2007年01月26日    社区交流 收藏本文

本文详细介绍多播静态路由引起的循环问题的解决

  clock timezone mgt -8

  ip subnet-zero

  !

  !

  no ip domain lookup

  ip multicast-routing

  !

  isdn switch-type basic-net3

  !

  !

  voice call carrier capacity active

  !

  !

  !

  !

  !

  !

  !

  !

  mta receive maximum-recipients 0

  !

  !

  !

  !

  interface Loopback0

  ip address 1.1.3.3 255.255.255.0

  ip ospf network point-to-point

  !

  interface Tunnel0

  ip address 1.1.103.2 255.255.255.252

  ip pim sparse-mode

  tunnel source Loopback0

  tunnel destination 1.1.1.1

  !

  interface FastEthernet0/0

  ip address 1.1.9.3 255.255.255.0

  duplex auto

  speed auto

  standby use-bia

  standby ip 1.1.9.1

  standby priority 105

  standby preempt

  standby track Serial0/0

  !

  interface BRI0/0

  no ip address

  encapsulation ppp

  dialer pool-member 1

  isdn switch-type basic-net3

  !

  interface Serial0/0

  ip address 1.1.16.3 255.255.255.0

  ip pim sparse-mode

  encapsulation frame-relay

  ip ospf network point-to-point

  frame-relay map ip 1.1.16.4 314 broadcast

  no frame-relay inverse-arp

  frame-relay lmi-type cisco

  !

  interface FastEthernet0/1

  ip address 1.1.10.3 255.255.255.0

来源:51CTO.com    责编:豆豆技术应用

正在加载评论...