setup the lab as below, bear in mind that multicast is depend on the routing table, so make sure all network are reachable to each other. enable the multicast routing on both router, R1 and R2 R1(config)#ip multicast-routing configure PIM on the interfaces R1 : fa0/0 and ser0/0 and R2 fa0/0 and ser0/0 R1 interface FastEthernet0/0 ip address 192.168.1.99 255.255.255.0 ip pim sparse-dense-mode duplex auto speed auto end interface Serial0/0 ip address 10.1.1.1 255.255.255.252 ip pim sparse-dense-mode clock rate 56000 end R2 interface FastEthernet0/0 ip address 172.16.1.99 255.255.255.0 ip pim sparse-dense-mode duplex auto speed auto end interface Serial0/0 ip address 10.1.1.2 255.255.255.252 ip pim sparse-dense-mode end this is it !! now our multicast traffic should run smoothly on our network. But how to test, there's a few method out there, but let's try this way first. we...
we'll start with setup EtherChannel between S1 and S2 use the range for of the interface for easy setup S1(config)#interface rang fa 1/14 - 15 S1(config-if-range)#channel-group 1 mode on Creating a port-channel interface Port-channel1 *Mar 1 00:23:53.623: %EC-5-BUNDLE: Interface Fa1/14 joined port-channel Po1 *Mar 1 00:23:53.683: %EC-5-BUNDLE: Interface Fa1/15 joined port-channel Po1 *Mar 1 00:23:56.579: %LINEPROTO-5-UPDOW we getting this feedback on the screen, indicating that this EtherChannel is up. we have created a virtual interface of EtherChannel called Port-Channel1, or Po1 let's verify this by show etherchannel summary, here you can more detail such as interfaces that intercipated in this group S2#show etherchannel summary Flags: D - down P - in port-channel I - stand-alone s - suspended...
1.download from here VPCS 2.extract and look for vpcs (vpcs.exe is for windows) 3.open terminal - issue command chmod +x vpcs 4.issue command gedit startup.vpc to configure the ip address, mask and gateway for VPCS. add same line like picture below put # for the rest of the line 5.now start VPCS use command ./vpcs (start) use show to see all the configured ip address 6.open gns3 -> edit -> symbol manager 7.choose pc symbol from ' available symbol ' to ' customized nodes ' on name = anyname ie, pc1 on type = cloud click ok 8.drag n drop pc1 n pc2 in GNS3 double click on pc1 click on ' C0 ' go to tab ' NIO UDP ' hold.... 7.go back to step 4 now check n remember the LPORT n RPOR 8.resume step (7) on local port ...
Comments
Post a Comment