cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
390
Views
0
Helpful
1
Replies

Pure Bridging Configuration for Cisco828

jbinza
Level 1
Level 1

The sample configuration below was taken from Cisco website for a Cisco 827 router. Can I use this same configuration for a Cisco 828 (IOS Version 12.2(1)XE1) router for pure bridging?

Cisco827 Pure Bridging Configuration:

service timestamps debug datetime msec

service timestamps log datetime msec

!

no ip routing

!

interface ethernet0

no shut

no ip directed-broadcast

bridge-group 1

!

interface atm0

no shut

no ip address

no ip directed-broadcast

no atm ilmi-keepalive

pvc <vpi/vci>

encapsulation aal5snap

!--- Common PVC values supported by ISPs are 0/35 or 8/35.

!--- Confirm your PVC values with your ISP.

!

bridge-group 1

!

bridge 1 protocol ieee

!

end

1 Reply 1

tepatel
Cisco Employee
Cisco Employee

You are missing some of the commands under the atm interface..like

dsl equipment-type CPE

dsl linerate AUTO

dsl operating-mode gshdsl symmetric annex B

Here is the place which discuss the all possible scenarios with 828

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_fix/828/swcfg/netscene.htm#xtocid2909610

For pure RFC1483 bridging

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_fix/828/swcfg/routconf.htm#xtocid2590921