Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interface question

Status
Not open for further replies.

DManigo

ISP
Mar 16, 2005
71
US
I have a C827 router. The DSL configuration uses BVI1 (Bridge Virtual Interface 1) interface. I am configuring a network for VoIP services. I created the data VLAN on the switch and was wondering if the same VLAN will have to be configured on the core router? Being the configured interface is BVI1, do I have to create a sub-interface for the VLAN? Is it possible to create a bridge virtual sub-interface?

TIA
 
Sorry, I guess you would need this information too..

bridge irb
!
!
interface Ethernet0
ip address 192.168.1.1 255.255.255.0
ip nat inside
hold-queue 100 out
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5snap
!
dsl operating-mode auto
bridge-group 1
!
interface BVI1
ip address 63.162.201.72 255.255.255.0
ip nat outside
 
What switch are you referring to? Is this a switch that connects to the ethernet interface? Can you explain a little bit further?

To connect a router into a switch and be able to access VLANS on that switch you would need to create a VLAN trunk port, which I don't think that you can do on the 800 series routers.

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
the switch is an C1900 series.The 1751v4 will only be configured with the CME IOS and handle Voice protocols only.
My goal is to have everything (VoIP and internet access) route through the C827.

Hope this helps
 
Do you've got a 1900 series switch with two VLAN's and that connects into an 827 DSL router. So where does the 1751 fit in?

As I said, to connect a router to a switch and have multiple VLAN's access that router it would have to be on a trunk port which the 827 can't do.

Chris.

**********************
Chris A.C, CCNA, CCSA
**********************
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top