M.E & G.shdsl hakkında Merhaba ;
Aşağıda bridge olarak yapılandırdıgım ve sorunsuz çalışan merkez ve şube conf larını gonderıyorum merkez de zaten interface ı trunk yapmışssınız ama sorunlu bır magazada orn conf u denemenız onerıyorum.
Teşekkürler.
[b]
MERKEZ 3750
interface GigabitEthernet1/0/28
description M.E_BACKBONE
switchport trunk encapsulation dot1q
switchport mode trunk
interface Vlan101
description SUBE
bandwidth 256
ip address 192.168.254.1 255.255.255.252
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.16.1.20
ip route 192.168.20.0 255.255.255.0 192.168.254.2
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
dsl-mode shdsl symmetric annex B
line-rate auto
SUBE CISCO
#sh run
Building configuration...
Current configuration : 2140 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip subnet-zero
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.20.1 192.168.20.100
!
ip dhcp pool
network 192.168.20.0 255.255.255.0
dns-server 192.168.20.2 172.16.1.20
default-router 192.168.20.2
lease 8
!
!
!
!
!
!
!
controller DSL 0
mode atm
line-term cpe
line-mode 2-wire line-zero
dsl-mode shdsl symmetric annex B
line-rate auto
!
class-map match-all Data
match access-group 102
class-map match-all Voice_Signal
match access-group 101
class-map match-all Voice_Traffic
match access-group 101
!
!
policy-map QoS
class Voice_Traffic
priority 16
class Voice_Signal
bandwidth 8
class Data
bandwidth 32
class class-default
fair-queue
!
!
!
bridge irb
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface ATM0
bandwidth 256
no ip address
no atm ilmi-keepalive
pvc 0 0/35
encapsulation aal5snap
!
bridge-group 1
service-policy output QoS
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.20.2 255.255.255.0
!
interface BVI1
bandwidth 256
ip address 192.168.254.2 255.255.255.252
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.254.1
!
no ip http server
no ip http secure-server
!
access-list 101 permit udp host 192.168.20.21 any
access-list 101 remark Voice
access-list 101 permit udp any host 192.168.20.21
access-list 102 permit ip host 192.168.20.11 any
access-list 102 remark Data
access-list 102 permit ip any host 192.168.20.11
access-list 102 permit ip host 192.168.20.41 any
access-list 102 permit ip any host 192.168.20.41
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
no modem enable
line aux 0
line vty 0 4
password
login
!
scheduler max-task-time 5000
end |