19 Ağustos 2013 Pazartesi

877 Router Bridge Mode

Merhaba Cisco 877 router'ı bridge modda kullanmak için gereken konfigürasyonu aşağıda bulabilirsiniz. Aslında tek yapılacak olan bir adet bridge grup oluşturmak ve iki interface i bu bridge group'a atamak.

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
!
!
dot11 syslog
no ip routing
no ip cef
!
!
archive
log config
hidekeys
!
interface ATM0
no ip address
no ip route-cache
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no ip route-cache
atm route-bridged ip
pvc 8/35
encapsulation aal5snap
!
bridge-group 1
!
interface FastEthernet0
switchport access vlan 1
!
interface FastEthernet1
shutdown
!
interface FastEthernet2
shutdown
!
interface FastEthernet3
shutdown
!
interface Vlan1
no ip address
no ip route-cache
bridge-group 1
!
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
control-plane
!
bridge 1 protocol ieee
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
end

Hiç yorum yok:

Yorum Gönder