Всем, ПРИВЕТ!столкнулся с такой задачей.
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 fasteth0FastEthernet0 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 vlan1Hardware 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
****************************************************************
Заранее спасибо!
>Всем, ПРИВЕТ!
>
>столкнулся с такой задачей.
>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
>****************************************************************
>Заранее спасибо!ip routing
Продолжаю изучать конфигурирование CISCO 1801, не без вашей помощи.Параметры:
имеющиеся интерфейсы: FE0, fe1...fe8 работающие через vlan1 как свитч.
через порт FE0 (192.168.3.13) подключен сервер c адресом 192.168.3.2
на fe1..fe8 раздаются адреса из блока 10.10.10.1 255.255.255.248.
сервак 192.168.3.14, и комп с адресом 10.10.10.2 с циской работают
нормально, а так же друг с другом, обмен данными между двумя подсетями идет.
Проблема выход в инет из этих подсетей.
Провайдер выдал блок из 8 ip адресов 192.168.3.8 - 192.168.3.15, маска соответственно 255.255.255.248. Разделил их на две подсети интерфейсу FE0 дал адрес 192.168.3.13 255.255.255.252, настроил бридж, подняв Интервейс bvi1 с адресом 192.168.3.10 255.255.255.252. Пингую любой адрес с киски за милую душу, а вот с адресов 192.168.3.14 и 10.10.10.2 не идет. Поидее все должно работать, но что-то не догоняю. И еще, 192.168.3.14 необходимо что бы было видно из вне.Вот конфиг (адреса изменены до неузноваемости):
Current configuration : 1673 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime localtime
no service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 informational
logging console informational
!
no aaa new-model
!
resource policy
!
clock timezone GMT 6
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
!
!
ip cef
!
!
no ip domain lookup
ip name-server XXXXXX
ip name-server XXXXXX
username XXX privilege 15 secret 5 XXXXXXXXXXXXXXXXXX
!
bridge irb
!
!
!
interface FastEthernet0
ip address 192.168.3.13 255.255.255.252
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
bridge-group 1
!
interface Vlan1
description $ETH-SW-LAUNCH$$INTF-INFO-FE 1$
ip address 10.10.10.1 255.255.255.248
ip tcp adjust-mss 1452
!
interface BVI1
ip address 192.168.3.10 255.255.255.252
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.3.9
!
ip http server
ip http authentication local
ip http timeout-policy idle 5 life 86400 requests 10000
!
no cdp run
!
control-plane
!
bridge 1 route ip
!
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Заранее сенкую!