09-30-2014 07:53 PM - edited 03-07-2019 08:56 PM
hi all,
need your advice. can this card (EHWIC-1GE-SFP-CU) work as normal port in router. plan to do a routing like EIGRP, OSPF, or others. when go through the data sheet said it true routed port. can someone confirm this for me.
thanks!
09-30-2014 08:22 PM
By normal you mean putting an IP address directly on the port? Then yes, it will in an ISR G2 router.
I'm using several of the SM-2GE-SFP-CU cards without any issues.
09-30-2014 09:04 PM
09-30-2014 09:08 PM
Yes it can support anything the router is licensed for.
For instance, here is the configuration from on of my routers:
interface Port-channel2
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
logging event subif-link-status
hold-queue 150 in
!
interface Port-channel2.102
description PCI
encapsulation dot1Q 102
ip address 10.138.x.x255.255.255.252
ip access-group pci_inbound in
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
!
interface Port-channel2.104
description Port-channel to 3850 Switch Data VLAN
encapsulation dot1Q 104
ip address 10.138.x.x 255.255.255.0
ip helper-address 10.200.23.10
ip helper-address 10.134.0.12
ip helper-address 10.134.0.13
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
!
interface Port-channel2.105
description Port-channel to 3850 Switch Voice VLAN
encapsulation dot1Q 105
ip address 10.138.x.x 255.255.255.0
ip helper-address 10.134.0.12
ip helper-address 10.134.0.13
no ip redirects
no ip unreachables
no ip proxy-arp
ip flow ingress
!
interface GigabitEthernet2/0
description Link to xxxx gi1/1/3
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
media-type sfp
channel-group 2
!
interface GigabitEthernet2/1
description Link to xxxx gi1/1/4
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
media-type sfp
channel-group 2
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide