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

Join EHWIC-D-8ESG-P onto the same network as the GE0 Port

Signups
Level 1
Level 1

Hi, I've got a basic CUBE lab setup with a Cisco 2901 router which is behind another router which is providing Internet access. The 2901 and the phones are on VLAN 10 (the 2901 is connected to VLAN 10 using the GE0 port)

 

After I upgraded the 2901 with a PWR-2901-POE and EHWIC-D-8ESG-P module I am unable to ping the CUCM servers or phones from any of the HWIC Ethernet ports even though the router is already connected to the non POE switch on GE0.


Here is the config I used to connect GE0 to the switch.

 

interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.0.0.222 255.255.255.0 secondary
 ip address 10.0.0.221 255.255.255.0
 ip nbar protocol-discovery
 h323-gateway voip interface
 h323-gateway voip bind srcaddr 10.0.0.221
!

And for the EHWIC-D-8ESG-P

 

!
interface GigabitEthernet0/1/0
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/1
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/2
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/3
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/4
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/5
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/6
 switchport access vlan 10
 switchport mode access
 no ip address
!
interface GigabitEthernet0/1/7
 switchport access vlan 10
 switchport mode access
 no ip address
!


Do I need to setup a different VLAN for the EHWIC-D-8ESG-P and route between this and the GE0 port ?

 


The module will just be hosting 4IP phones and 4 AP 3602's

1 Accepted Solution

Accepted Solutions

Signups
Level 1
Level 1

Resolved this by adding the following

 

interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip nbar protocol-discovery
bridge-group 10
!
interface GigabitEthernet0/1/0
switchport access vlan 10
switchport mode access
no ip address
!
................ interface GigabitEthernet0/1/7 switchport access vlan 10 switchport mode access no ip address

 

bridge irb

interface Vlan10
 no ip address
 bridge-group 10
!
interface BVI10
 ip address 10.0.0.221 255.255.255.0
!
bridge 10 protocol ieee
bridge 10 route ip

View solution in original post

1 Reply 1

Signups
Level 1
Level 1

Resolved this by adding the following

 

interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip nbar protocol-discovery
bridge-group 10
!
interface GigabitEthernet0/1/0
switchport access vlan 10
switchport mode access
no ip address
!
................ interface GigabitEthernet0/1/7 switchport access vlan 10 switchport mode access no ip address

 

bridge irb

interface Vlan10
 no ip address
 bridge-group 10
!
interface BVI10
 ip address 10.0.0.221 255.255.255.0
!
bridge 10 protocol ieee
bridge 10 route ip
Review Cisco Networking for a $25 gift card