02-09-2013 09:24 AM - edited 03-07-2019 11:37 AM
I am trying to simulate two below scenarios, and finding some difficulties in implementation, and really need your support, please have a look if you can point out something.
Scenario One:-
I am planning to get the unicast streams from different 2-3 sources over internet, and I am doing NAT for port-forwarding all those unicast streams to a one private IP. Attached is the setup for your understanding.
Setup: - Both unicast streams will be hitting to One Public IP (3.3.3.2) on UDP/TCP Port 1234, 1236 & 1238 only & the same ports need to be forwarded to natted One Private IP (10.10.10.4)
My motive is to,
Router configuration:-
interface GigabitEthernet0/0
description ***Connected to Internet ***
ip address 3.3.3.2 255.255.255.252
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip virtual-reassembly in
load-interval 30
duplex auto
speed auto
!
interface GigabitEthernet0/1
description ***Connected to Cisco 2900 Switch***
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly in
load-interval 30
duplex auto
speed auto
!
ip nat inside source static tcp 10.10.10.2 1234 3.3.3.2 1234 extendable
ip nat inside source static udp 10.10.10.2 1234 3.3.3.2 1234 extendable
ip nat inside source static tcp 10.10.10.2 1236 3.3.3.2 1236 extendable
ip nat inside source static udp 10.10.10.2 1236 3.3.3.2 1236 extendable
ip nat inside source static tcp 10.10.10.2 1238 3.3.3.2 1238 extendable
ip nat inside source static udp 10.10.10.2 1238 3.3.3.2 1238 extendable
Scenario Two:-
I am planning to get the unicast streams from different 2-3 sources over internet, and I am doing NAT for converting these unicast streams into multicast streams. Attached is the setup for your understanding.
Setup: - Both unicast streams will be hitting to One Public IP (3.3.3.2) on UDP/TCP Port 1234, 1236 & 1238 only & the same these 3 ports need to be forwarded on Natted these 2 multicast IPs 239.200.1.1 & 239.200.1.2
My motive is to,
Router configuration:-
ip multicast-routing
!
interface GigabitEthernet0/0
description ***Connected to Internet ***
ip address 3.3.3.2 255.255.255.252
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat outside
ip pim sparse-mode
ip virtual-reassembly in
load-interval 30
duplex auto
speed auto
!
interface GigabitEthernet0/1
description ***Connected to Cisco 2900 Switch***
ip address 10.10.10.1 255.255.255.0
ip nat inside
ip pim sparse-mode
ip virtual-reassembly in
load-interval 30
duplex auto
speed auto
!
interface Loopback0
description ***RP for Multicast***
ip address 10.10.40.1 255.255.255.255
ip pim sparse-mode
!
ip pim rp-address 10.10.40.1
!
ip nat inside source static udp 239.200.1.1 1234 3.3.3.2 1234 extendable
ip nat inside source static udp 239.200.1.1 1236 3.3.3.2 1236 extendable
ip nat inside source static udp 239.200.1.1 1238 3.3.3.2 1238 extendable
ip nat inside source static udp 239.200.1.2 1234 3.3.3.2 1234 extendable
ip nat inside source static udp 239.200.1.2 1236 3.3.3.2 1236 extendable
ip nat inside source static udp 239.200.1.2 1238 3.3.3.2 1238 extendable
05-08-2015 09:05 AM
Hello Soni
I wonder if that worked for you.
There is a feature that may solve your issue:
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipmulti_serv/configuration/xe-3s/imc-serv-xe-3s-book/imc_service_reflect.html
Thanks,
Ed
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide