- 论坛徽章:
- 0
|
cisco4500路由配置问题
show run
Building configuration...
Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname router
!
enable secret 5 $1$Btzn$dudHCi6DAAO9.g9WoNInN0
enable password p1234
!
!
!
interface Ethernet0
ip address 192.168.123.70 255.255.255.0
no mop enabled
!
interface Ethernet1
ip address 192.168.0.1 255.255.255.0
no mop enabled
!
interface Ethernet2
--More-- ip address 192.168.0.1 255.255.255.0
shutdown
!
interface Ethernet3
no ip address
shutdown
!
interface Ethernet4
no ip address
shutdown
!
interface Ethernet5
no ip address
shutdown
!
interface Ethernet6
no ip address
shutdown
!
interface Ethernet7
no ip address
shutdown
!
--More-- interface Ethernet8
no ip address
shutdown
!
interface Ethernet9
no ip address
shutdown
!
interface Ethernet10
no ip address
shutdown
!
interface Ethernet11
no ip address
shutdown
!
interface Serial0
no ip address
shutdown
!
interface Serial1
no ip address
shutdown
--More-- !
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
router igrp 1
network 192.168.123.0
network 192.168.0.0
!
no ip classless
!
snmp-server community public RW
snmp-server enable traps isdn
snmp-server enable traps config
snmp-server enable traps bgp
snmp-server enable traps frame-relay
!
line con 0
password pl1234
--More--
上面是我的4500的配置.
路由器连接在hub上.
hub上是 192.168.123网段
eth0 为192.168.123.70
eth1为192.168.0.1
机器上的两块网卡ip 192.168.123.210
192.168.0.1
配置路由的时候 只是配了eth0和eth1两个端口. 另外开了snmp服务.
在192.168.123.210上ping 所有的ip都能ping通.
问题:
但是在另外一台机器上 192.168.123.200上ping 192.168.0.1和192.168.0.2都不通. 请问是什么原因?
我还应该做什么动作?
谢谢大家. |
|