Cisco 7507 Port Redirect

How do you redirect the port to an IP address in Cisco 7507? For example, I have a IP camera plugged into e1/0 and DHCP assigned 192.168.0.100. The router itself has static IP aaa.bbb.ccc.ddd. With the cheap D-Link routers, you can redirect port80 to a virtual server.

My current config is:

ip dhcp excluded-address 192.168.0.0 192.168.0.100 ! ip dhcp pool dhcp1 network 192.168.0.0 255.255.255.0 dns-server 192.168.0.3 192.168.0.4 default-router 192.168.0.1 domain-name dhcp1 lease infinite ! interface Ethernet1/0 description UUNet /19 ip address 192.168.0.1 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip route-cache flow no ip mroute-cache load-interval 30 half-duplex no cdp enable !

Reply to
<song
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.