martes, 19 de marzo de 2013

Multicast IPV6



R1(config)#int f1/0
R1(config-if)#ipv6 address 2001:2:1::1/64
R1(config-if)#no shut
R1(config-if)#int f0/1
R1(config-if)#ipv6 address 2001:1:3::1/64
R1(config-if)#no shut
R1(config-if)#int f0/0
R1(config-if)#ipv6 address 2001:1:1::1/64
R1(config-if)#no shut
R1(config)#ipv6 unicast-routing
R1(config)#ipv6 router ospf 1
R1(config-rtr)#router-id 1.1.1.1
R1(config-rtr)#int f1/0
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#int f0/1
R1(config-if)#ipv6 ospf 1 area 0
R1(config-if)#int f0/1
R1(config-if)#ipv6 ospf 1 area 0
R1(config)#ipv6 multicast-routing
R1(config)#ipv6 cef
R1(config)#int f0/0
R1(config-if)#ipv6 mld join-group ff08::10
R1(config)#ipv6 pim rp-address 2001:5:2::1
R1(config)#int f0/1
R1(config-if)#ipv6 mld join-group ff08::10
R1# show ipv6 mld groups
MLD Connected Group Membership
Group Address                           Interface          Uptime    Expires
FF08::10                                FastEthernet0/0    00:13:59  never
FF08::10                                FastEthernet0/1    00:10:29  never

R1# show ipv6 pim neighbor
PIM Neighbor Table
Mode: B - Bidir Capable, G - GenID Capable
Neighbor Address           Interface          Uptime    Expires  Mode DR pri
FE80::C801:2AFF:FE5C:8     FastEthernet0/0    00:21:07  00:01:24 B G  DR 1
FE80::C802:6FF:FE74:8      FastEthernet0/1    00:20:53  00:01:35 B G  DR 1


R1#show ipv6 mroute
Multicast Routing Table
Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group,
       C - Connected, L - Local, I - Received Source Specific Host Report,
       P - Pruned, R - RP-bit set, F - Register flag, T - SPT-bit set,
       J - Join SPT
Timers: Uptime/Expires
Interface state: Interface, State
(*, FF08::10), 00:14:50/never, RP 2001:5:2::1, flags: SPCL
  Incoming interface: FastEthernet0/0
  RPF nbr: FE80::C801:2AFF:FE5C:8
  Immediate Outgoing interface list:
    FastEthernet0/1, Null, 00:11:20/never

R1#ping ipv6 ff08::10
Output Interface: Fastethernet0/1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to FF08::10, timeout is 2 seconds:
Packet sent with a source address of 2001:1:3::1
Reply to request 0 received from 2001:1:2::3, 428 ms
Reply to request 1 received from 2001:1:3::3, 104 ms
Reply to request 1 received from 2001:1:2::3, 104 ms
Reply to request 2 received from 2001:1:3::3, 64 ms
Reply to request 2 received from 2001:1:2::3, 64 ms
Reply to request 3 received from 2001:1:3::3, 80 ms
Reply to request 3 received from 2001:1:2::3, 80 ms
Reply to request 4 received from 2001:1:3::3, 80 ms
Reply to request 4 received from 2001:1:2::3, 80 ms
Success rate is 100 percent (5/5), round-trip min/avg/max = 64/120/428 ms
9 multicast replies and 0 errors.
R1#

No hay comentarios:

Publicar un comentario