Kategorie szkoleń | Egzaminy | Kontakt
  • 1
  • 1
  • 1

Witam.

Potrzebuję pomocy w konfiguracji routera 878. Mam dwa identyczne routery. Chcę aby działały w formie bridge, niestety nie łączą się.

Oto moja konfiguracja:

Router#sh run
Building configuration...

Current configuration : 1227 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
!
!
!
!
!
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
dsl-mode shdsl symmetric annex B
line-rate auto
!
!
bridge irb
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface ATM0
no ip address
ip nat outside
ip virtual-reassembly
no atm ilmi-keepalive
pvc 0/35
encapsulation aal5snap
!
bridge-group 1
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.100.2 255.255.255.0      DRUGI ROUTER MA 192.168.100.1 255.255.255.0
ip nat inside
ip virtual-reassembly
bridge-group 1
!
interface BVI1
ip address 192.168.1.1 255.255.255.0        DRUGI ROUTER MA 192.168.1.2 255.255.255.0
!
router eigrp 1
auto-summary
!
ip forward-protocol spanning-tree any-local-broadcast
ip route 0.0.0.0 0.0.0.0 ATM0
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
bridge 1 priority 1
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
no modem enable
line aux 0
line vty 0 4
login
!
scheduler max-task-time 5000
end

Proszę o pomoc.
Pozdrawiam.

Cezary_Piotrowski
  • Zapytał
  • @ Cezary_Piotrowski | 12.10.2017
    • 1
    • 0
    • 0
Komentarze (1)
szukam Pomocy
Skomentował : @ Cezary_Piotrowski ,12.10.2017
  • 1
  • 0
  • 0
Zaloguj się aby zadać pytanie
Pokrewne

Odpowiedź (1)

  • 1

Witam.

Proszę spróbować usunąć z interfejsów Vlan1 adresy IP i ustawić te adresy na interfejsach BVI1.

Przy poprawnie działającym łączu WAN między ruterami, powinien przechodzić ruch pomiędzy komputerami przyłączonymi do interfejsów FastEthernet0-3 pierwszego routera a FastEthernet0-3 drugiego routera, zakładając, że komputery te należą do sieci  192.168.100.0/24.

Pozdrawiam.

 

  • Odpowiedział
  • @ | 19.10.2017
  • TRENER MODERATOR ALTKOM AKADEMII
Komentarze
Witam. Nadal nie ma połączenia pomiędzy routerami. Podłączam modem PLANET i router się z nim komunikuje. Znalazłem dużo konfiguracji. Jedne używają dialera drugie nie.
Podsyłam jedną z takich
Current configuration : 1569 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret XXXX
!
no aaa new-model
!
!
dot11 syslog
ip cef
!
!
!
username admin password XXXXXXXX
!
archive
log config
hidekeys
!
!
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
dsl-mode shdsl symmetric annex B
line-rate auto
!
!
bridge irb
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/37
cbr 2048
encapsulation aal5snap
!
bridge-group 1
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.x.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface BVI1
ip address y.y.y.y 255.255.255.248
ip nat outside
ip virtual-reassembly
!
ip default-gateway x.x.x.x
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 x.x.x.x
!
no ip http server
no ip http secure-server
ip nat pool p1 y.y.y.y y.y.y.y netmask 255.255.255.0
ip nat inside source list 1 pool p1
ip nat inside source list 10 pool p1 overload

!
access-list 10 permit 192.168.x.0 0.0.0.255
!
!
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
login local
no modem enable
line aux 0
login local
line vty 0 4
login local
!
scheduler max-task-time 5000
end
Skomentował : @ Cezary_Piotrowski ,26.10.2017
  • 1
  • 0
  • 0