Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Device connected to Cisco 2811

Status
Not open for further replies.

amaznjohn

MIS
Jun 5, 2002
6
US
I've connected a DVR to an ethernet port on a Cisco Router at a remote site to monitor cameras connected to the DVR. I've set the DVR IP Address to one on VLAN 1 of the router. I can ping the VLAN 1 address (192.168.2.1) from my p.c., but I cannot ping the DVR (192.168.2.10). I can ping the DVR from the router however. I imagine its some type of routing issue here, so here's the config of the router. My p.c.'s IP address is 192.168.0.34 255.255.255.46. We have another router in front of this router, but it cannot ping the 2.10 address either. Any help would be greatly appreciated, since I am a novice and am dead in the water.



Current configuration : 3146 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname FERNDALE-RTR

!

boot-start-marker

boot-end-marker

!

logging buffered 51200 warnings

!

no aaa new-model

!

resource policy

!

ip subnet-zero

!

!

ip cef

--More-- !

!

ip domain name yourdomain.com

!

username ferndale privilege 15 secret 5 $1$zE5u$ekYQWidBfxh.ALRMqBj4T.

!

!

policy-map BACKBONE-OUT

class class-default

shape average 18000000

!

!

!

interface Loopback0

ip address 10.0.2.1 255.255.255.255

!

interface FastEthernet0/0

description (to FERNDALE-RADRICI-16-2)

ip address 192.168.6.17 255.255.255.248

duplex auto

speed auto

service-policy output BACKBONE-OUT

!

--More-- interface FastEthernet0/1

description (to FERNDALE-RADRICI-16-1)

ip address 192.168.6.11 255.255.255.248

duplex auto

speed auto

service-policy output BACKBONE-OUT

!

interface FastEthernet1/0

spanning-tree portfast

!

interface FastEthernet1/1

!

interface FastEthernet1/2

!

interface FastEthernet1/3

!

interface FastEthernet1/4

!

interface FastEthernet1/5

!

interface FastEthernet1/6

!

interface FastEthernet1/7

--More-- !

interface FastEthernet1/8

!

interface FastEthernet1/9

!

interface FastEthernet1/10

!

interface FastEthernet1/11

!

interface FastEthernet1/12

!

interface FastEthernet1/13

!

interface FastEthernet1/14

!

interface FastEthernet1/15

spanning-tree portfast

!

interface Vlan1

ip address 192.168.2.1 255.255.255.0

!

router ospf 1

log-adjacency-changes

--More-- network 10.0.2.1 0.0.0.0 area 0

network 192.168.2.1 0.0.0.0 area 0

network 192.168.2.10 0.0.0.0 area 0

network 192.168.6.11 0.0.0.0 area 0

network 192.168.6.17 0.0.0.0 area 0

!

ip classless

ip route 192.168.0.0 255.255.255.240 FastEthernet0/1

ip route 192.168.0.34 255.255.255.255 192.168.6.9

ip route 192.168.0.46 255.255.255.255 FastEthernet0/1

!

ip http server

ip http access-class 23

ip http authentication local

ip http timeout-policy idle 60 life 86400 requests 10000

!

snmp-server community public RO

snmp-server trap-source Loopback0

snmp-server host 192.168.0.34 public

!

control-plane

!

banner login ^C

--More-- -----------------------------------------------------------------------

Cisco Router and Security Device Manager (SDM) is installed on this device.

This feature requires the one-time use of the username "cisco"

with the password "cisco". The default username and password have a privilege level of 15.



Please change these publicly known initial credentials using SDM or the IOS CLI.

Here are the Cisco IOS commands.



username <myuser> privilege 15 secret 0 <mypassword>





Replace <myuser> and <mypassword> with the username and password you want to use.



For more information about SDM please follow the instructions in the QUICK START

GUIDE for your router or go to
-----------------------------------------------------------------------

^C

!

line con 0

--More-- logging synchronous

login local

line aux 0

line vty 0 4

privilege level 15

password XXXXX

login

transport input telnet

line vty 5 15

access-class 23 in

privilege level 15

login local

transport input telnet

!

scheduler allocate 20000 1000

!

end
 
first thing to check would be the gateway on the DVR interface

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Since this router is in such a remote area, I haven't been able to confirm the gateway address. But, I believe its set for the VLAN1 address of 192.168.2.1, since this is the only ip address on the same lan. Does it need to be set to the address of the port instead? If so, if the port address is on another lan, how can that be done?
 
I'm unsure which port it is you are referring to, but the answer is "no", your DVR needs a default GW address of 192.168.2.1, since this is the router address for the DVR's subnet.

You will need to check your DVR defult GW address is correct - the indications seem to be that it is not.
 
OK. Thank you. I should be able to get that done this week. The port I was referring to is the Eth 0/1 port that connects it to the router at our site.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top