Search:  

 
 
   All ForumsHot TopicsGallery






how-to block ads


 
Forums » Equipment Support » Hardware By Brand » Cisco » 2610 Cisco / WIC 1ENET Issues
Share Topic:
RSS topic:
toggle:
flat / full
normal / watch
Posting:
Post a:
Post a:
T1 connection »
« Problems with Pix 506e configuration  
bigdogg2

join:2004-08-11

Re: 2610 Cisco / WIC 1ENET Issues

aryoba,

So I could do something like this for Ethernet 0/0:

interface Loopback0
ip address 10.255.255.10 255.255.255.255
!
interface FastEthernet0/0
description Trunk Internal Network
ip address 10.0.1.1 255.255.255.0
speed 100
full-duplex
!
interface FastEthernet0/0.5
encapsulation dot1Q 5
ip address 10.35.1.1 255.255.250.0
ip helper-address 10.33.1.18
!
interface FastEthernet0/0.6
encapsulation dot1Q 6
ip address 10.34.1.1 255.255.248.0
!
interface FastEthernet0/0.7
encapsulation dot1Q 7
ip address 10.60.1.1 255.255.255.0
no snmp trap link-status

ip route 10.35.0.0 255.255.250.0 10.255.255.2 permanent
ip route 10.34.0.0 255.255.248.0 10.255.1.2 permanent
ip route 10.60.0.0 255.255.255.0 10.255.255.2 permanent

I'm very new as I say in all my posts but I want to see if I'm on the right track? I'm not sure if this will work with my Dell 3024 manageable switch. I don't have a ton of traffic so the 10mb interface shouldn't matter.

Let me know if this makes any sense

Thanks,
BiG

PS

I guess I can use ACL's between the subnet's to control certain traffic?
aryoba
Premium,MVM
join:2002-08-22

Re: 2610 Cisco / WIC 1ENET Issues

bigdogg2,

Doing trunking on interface Ethernet follows the same logical procedure as doing trunking on interface Fast Ethernet:

* You DO NOT set network segment under the "main interface"; only under the sub interfaces.

* If you wish the router handles the native VLAN, you should set a sub interface as native VLAN interface administrator.

Illustration as follow:

interface Ethernet0/0
description Trunk Internal Network
no ip address
!
interface Ethernet0/0.1
description Native VLAN
encapsulation dot1q 1 native
ip address 10.0.1.1 255.255.255.0
!
interface Ethernet0/0.5
description VLAN 5
encapsulation dot1q 5
ip address 10.35.1.1 255.255.255.0 !! Note: subnet 255.255.250.0 is invalid !!
!
interface Ethernet0/0.6
description VLAN 6
encapsulation dot1Q 6
ip address 10.34.1.1 255.255.248.0
!
interface Ethernet0/0.7
description VLAN 7
encapsulation dot1Q 7
ip address 10.60.1.1 255.255.255.0

Does the dot1q trunking work on Dell switches? If the switches support such dot1q trunking (which is the industry standard), then the configuration should work. However it is always fun to experiment

As to the following static routes:
ip route 10.35.0.0 255.255.255.0 10.255.255.2 permanent
ip route 10.34.0.0 255.255.248.0 10.255.1.2 permanent
ip route 10.60.0.0 255.255.255.0 10.255.255.2 permanent

they are improper since the network segments (10.35.0.0/24, 10.34.0.0/22, and 10.60.0.0/24) are directly-connected networks. In short, never set such routes for directly-connected networks.
Forums » Equipment Support » Hardware By Brand » CiscoT1 connection »
« Problems with Pix 506e configuration  


Monday, 30-Nov 14:11:46 Terms of Use | Privacy Policy | Hosting by www.nac.net - DSL,Hosting & Co-lo | feedback | contact
over 10 years online! © 1999-2009 dslreports.com.
page compression OFF
Most commented news this week
· [26] Broadband Killed The Game Console
· [22] AT&T Top Lobbyist Cicconi Has His Feelings Hurt
· [18] Midcontinent Socked With Easement Lawsuit
· [13] Rural Carriers Quickly Embracing Fiber
· [3] Monday Morning Links
· [2] Charter Exits Chapter 11
Most people now reading
· Are GPS's better today? [General Questions]
· filling an in-ground pool [Home Repair & Improvement]
· Options if ACTA is ratified [TekSavvy]
· [News] Windows 8 Release 2012? [Microsoft Help]
· [Internet] Gaming problem for "Heroes of Newerth" ( New bell Upd [Bell Canada]
· Portable power for blackouts? [Home Repair & Improvement]
· Fun screwing with PuG raids. [World of Warcraft]
· Is Microsoft Technet ok to use for my family PC's? [Microsoft Help]