- 论坛徽章:
- 0
|
S0 和E0端口都起来了,可是ping不同公网IP
!
ip subnet-zero
no ip routing
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 203.86.32.161 255.255.255.240
no ip route-cache
no ip mroute-cache
speed auto
half-duplex
!
interface Serial0/0
ip address 172.19.140.74 255.255.255.252
no ip route-cache
no ip mroute-cache
no fair-queue
!
interface FastEthernet0/1
no ip address
no ip route-cache
no ip mroute-cache
shutdown
duplex auto
speed auto
!
ip http server
ip classless
!
!
!
snmp-server community public RO
snmp-server enable traps tty
!
line con 0
line aux 0
line vty 0 4
password beijing
login
!
!
end |
|