Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1.  
  2.  
  3. switch0#
  4. switch0#sh run | i rout
  5. system mtu routing 1500
  6. ip routing
  7. ip multicast-routing distributed
  8. switch0#
  9. switch0#sh run int fa1/0/1
  10. Building configuration...
  11.  
  12. Current configuration : 146 bytes
  13. !
  14. interface FastEthernet1/0/1
  15. description Facing MCAST Server
  16. no switchport
  17. ip address 10.254.1.1 255.255.255.0
  18. ip pim sparse-dense-mode
  19. end
  20.  
  21. switch0#
  22. switch0#sh run int vlan1
  23. Building configuration...
  24.  
  25. Current configuration : 113 bytes
  26. !
  27. interface Vlan1
  28. description Facing Clients
  29. ip address 10.0.1.65 255.255.255.0
  30. ip pim sparse-dense-mode
  31. end
  32.  
  33. switch0#
  34. switch0#
  35.  
  36.  
  37.  
  38. switch0#sh ip mroute
  39. IP Multicast Routing Table
  40. Flags: D - Dense, S - Sparse, B - Bidir Group, s - SSM Group, C - Connected,
  41. L - Local, P - Pruned, R - RP-bit set, F - Register flag,
  42. T - SPT-bit set, J - Join SPT, M - MSDP created entry,
  43. X - Proxy Join Timer Running, A - Candidate for MSDP Advertisement,
  44. U - URD, I - Received Source Specific Host Report,
  45. Z - Multicast Tunnel, z - MDT-data group sender,
  46. Y - Joined MDT-data group, y - Sending to MDT-data group
  47. V - RD & Vector, v - Vector
  48. Outgoing interface flags: H - Hardware switched, A - Assert winner
  49. Timers: Uptime/Expires
  50. Interface state: Interface, Next-Hop or VCD, State/Mode
  51.  
  52. (*, 230.4.4.1), 00:01:29/00:02:30, RP 0.0.0.0, flags: DC
  53. Incoming interface: Null, RPF nbr 0.0.0.0
  54. Outgoing interface list:
  55. Vlan1, Forward/Sparse-Dense, 00:01:29/00:00:00
  56.  
  57. (*, 224.0.1.40), 00:01:54/00:02:47, RP 0.0.0.0, flags: DCL
  58. Incoming interface: Null, RPF nbr 0.0.0.0
  59. Outgoing interface list:
  60. FastEthernet1/0/1, Forward/Sparse-Dense, 00:01:54/00:00:00
  61.  
  62. switch0#
  63. switch0#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement