Всем, ПРИВЕТ!столкнулся с такой задачей.
CISCO 1801
имеющиеся интерфейсы: FE0, fe1...fe8 работающие через vlan1 как свитч.
через порт FE0 (192.168.3.1) подключен сервер c адресом 192.168.3.2
на fe1..fe8 раздаются адреса из блока 10.10.10.1 255.255.255.248.
Так вот, и сервак, и комп с адресом 10.10.10.2 с циской работают нормально, а меж собой не хотят.
причем с машины 10.10.10.2 пингует 192.168.3.1, а дальше не пущает
а с сервака 192.168.3.2 не пингует даже 10.10.10.1
(Может это и не проблема вовсе... Но все же, вразумите пожалыста!)
вот конфа:
Current configuration : 1664 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
!
ip cef
!
!
no ip domain lookup
username XXX privilege 15 secret 5 XXXXXXXXXXXXXX
!
!
!
!
interface FastEthernet0
bandwidth 512
ip address 192.168.3.1 255.255.255.248
duplex auto
speed auto
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/39
encapsulation aal5snap
!
dsl operating-mode auto
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$
bandwidth 512
ip address 10.10.10.1 255.255.255.248
ip tcp adjust-mss 1452
!
!
ip classless
!
ip http server
ip http authentication local
ip http timeout-policy idle 5 life 86400 requests 10000
!
no cdp run
!
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
!
no scheduler allocate
end
*************************************
sh int fasteth0
FastEthernet0 is up, line protocol is up
Hardware is PQ3_TSEC, address is 0017.5a50.db08 (bia 0017.5a50.db08)
Internet address is 192.168.3.1/29
MTU 1500 bytes, BW 512 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 1 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
3117 packets input, 288903 bytes
Received 889 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
9543 packets output, 1189611 bytes, 0 underruns
0 output errors, 0 collisions, 5 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
*********************************************************
sh int vlan1
Hardware is EtherSVI, address is 0017.5a50.db08 (bia 0017.5a50.db08)
Description: $ETH-SW-LAUNCH$$INTF-INFO-FE 1$
Internet address is 10.10.10.1/29
MTU 1500 bytes, BW 512 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
23074 packets input, 2014983 bytes, 0 no buffer
Received 5712 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
12871 packets output, 1346459 bytes, 0 underruns
0 output errors, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
****************************************************************
Заранее спасибо!