rudransh1981
IS-IT--Management
Hi,
I'm a newbee for cisco routers. I have got one cisco2851 router and would like to configure it , I followed cisco doc but things are not working for me.
My network diagram is a bit diferent,
I have 2 GigEthr card on router, one is connected to VLAN (192.168.1.0/23) on 4500 switch and one interface is connected to a hub [192.168.2.0/32]( isolated network).
My clients which are connected to 192.168.2.0 subnet (hub) can not access Internet, however from router console I can successfully do telnet 80.
The gateway is PIX firewall ( inside interface 192.168.1.123) for my router.
Pix fw and router GE 0/1 intf is connected to same VLAN (192.168.1.0/23) on switch.
My running conf
Current configuration : 1928 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname sws-router2800-01
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no network-clock-participate aim 0
no network-clock-participate aim 1
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!
ip domain name labs.ca.com
ip name-server 10.170.250.10
no ftp-server write-enable
!
username cisco privilege 15 secret 5 $1$Xudp$gYtEA24mwHzFrJWPwWFZS1
!
!
!
interface GigabitEthernet0/0
description inside
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
description outside
ip address 192.168.1.190 255.255.255.0
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.123
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
!
control-plane
!
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end
Please let me know if more info is required.
Early response would be a great help
Thanks,
-Rudra
I'm a newbee for cisco routers. I have got one cisco2851 router and would like to configure it , I followed cisco doc but things are not working for me.
My network diagram is a bit diferent,
I have 2 GigEthr card on router, one is connected to VLAN (192.168.1.0/23) on 4500 switch and one interface is connected to a hub [192.168.2.0/32]( isolated network).
My clients which are connected to 192.168.2.0 subnet (hub) can not access Internet, however from router console I can successfully do telnet 80.
The gateway is PIX firewall ( inside interface 192.168.1.123) for my router.
Pix fw and router GE 0/1 intf is connected to same VLAN (192.168.1.0/23) on switch.
My running conf
Current configuration : 1928 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname sws-router2800-01
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no network-clock-participate aim 0
no network-clock-participate aim 1
no aaa new-model
ip subnet-zero
!
!
ip cef
!
!
ip domain name labs.ca.com
ip name-server 10.170.250.10
no ftp-server write-enable
!
username cisco privilege 15 secret 5 $1$Xudp$gYtEA24mwHzFrJWPwWFZS1
!
!
!
interface GigabitEthernet0/0
description inside
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface GigabitEthernet0/1
description outside
ip address 192.168.1.190 255.255.255.0
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.123
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
!
control-plane
!
!
line con 0
login local
line aux 0
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end
Please let me know if more info is required.
Early response would be a great help
Thanks,
-Rudra