UNSOLVED

jasonL2

updated

15 years ago

J

jasonL2

11 Posts

0

28638

February 14th, 2012 09:00

6248 connect to Cisco on VLAN

Hi,

I am trying to connect a 6248 to a Cisco router. 

I can ping 10.0.10.254 from the Cisco side of the network but I can't ping 10.0.10.253.
I can ping 10.0.10.253 from the Dell side of the network but I can't ping 10.0.10.254.

 

The port on the cisco is configured like this witht two IP addresses:

!
interface FastEthernet0/1
  description Internal LAN
  ip address 192.168.9.254 255.255.255.0 secondary
  ip address 192.168.1.254 255.255.255.0
  no ip redirects
  no ip unreachables
  no ip proxy-arp
  ip route-cache flow
  duplex auto
  speed auto
  no cdp enable
!
interface FastEthernet0/1.10
  description NEW LINK to switches
  encapsulation dot1Q 10
  ip address 10.0.10.254 255.255.255.248
  no ip redirects
  no ip unreachables
  no ip proxy-arp
  no cdp enable
!

ip route 10.0.0.0 255.255.0.0 10.0.10.253

 

The 6248 is configured like this:

interface vlan 10
name "Connection to Cisco"
routing
ip address  10.0.10.253  255.255.255.248

interface ethernet 3/g37
spanning-tree portfast
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 101
switchport general allowed vlan add 10 tagged
exit