Marcel
Guest
|
Posted:
Sun Dec 11, 2005 4:32 pm Post subject:
How to forward ethernet broadcasts to an ISDN PRI? |
|
|
We use a Cisco 2621 and a NM-2CE1B (double ISDN PRI). 60 window-pc's
can
dial in, using one B-channel each.
for our application we need to forward broadcast packets from the
ethernet interface
to all the B-channels.
I tried this (part of the config)
'
!
interface FastEthernet0/1
ip helper-address 192.168.100.255
!
interface Dialer1
ip address 192.168.100.1 255.255.255.0
ip directed-broadcast
'
This doesn't seem to work. Using a the 'ip helper-address' entry for
each of the B-channels does but, is there any other way to forward the
broadcasted packets?, as using many 'ip helper-address' entries, makes
the router unusable slow...
TIA, Marcel. |
|
Igor Mamuzic
Guest
|
Posted:
Sun Dec 11, 2005 5:20 pm Post subject:
Re: How to forward ethernet broadcasts to an ISDN PRI? |
|
|
Marcel hi,
Try with this one:
http://www.cisco.com/en/US/tech/tk870/tk877/tk880/technologies_tech_note09186a008011b570.shtml
B.R.
Igor
"Marcel" <sleeman@hotmail.com> wrote in message
news:1134297169.923977.13890@z14g2000cwz.googlegroups.com...
| Quote: | We use a Cisco 2621 and a NM-2CE1B (double ISDN PRI). 60 window-pc's
can
dial in, using one B-channel each.
for our application we need to forward broadcast packets from the
ethernet interface
to all the B-channels.
I tried this (part of the config)
'
!
interface FastEthernet0/1
ip helper-address 192.168.100.255
!
interface Dialer1
ip address 192.168.100.1 255.255.255.0
ip directed-broadcast
'
This doesn't seem to work. Using a the 'ip helper-address' entry for
each of the B-channels does but, is there any other way to forward the
broadcasted packets?, as using many 'ip helper-address' entries, makes
the router unusable slow...
TIA, Marcel.
|
|
|