dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
828

Kwiz
@tpgi.com.au

Kwiz

Anon

[HELP] Cisco 1801

Can a Cisco 1801 do subinterfaces on the FE port?
markysharkey
Premium Member
join:2012-12-20
united kingd

markysharkey

Premium Member

Yes...
HELLFIRE
MVM
join:2009-11-25

HELLFIRE to Kwiz

MVM

to Kwiz
...on both the routed FE0 and 8 switched FE ports.

Regards

Kwiz
@tpgi.com.au

Kwiz to Kwiz

Anon

to Kwiz
Thankyou

TomS_
Git-r-done
MVM
join:2002-07-19
London, UK

TomS_ to Kwiz

MVM

to Kwiz
The switched FE ports wont do sub-interfaces. As they are switch ports you will have to use an SVI for VLAN access, e.g.

interface Vlan10
 ip address x.x.x.x y.y.y.y
!
interface FastEthernet4
 switchport mode access
 switchport access vlan 10
!
interface FastEthernet2
 switchport mode trunk
 switchport trunk allow 10
!
 

versus

interface FastEthernet0.10
 encapsulation dot1q 10
 ip address x.x.x.x y.y.y.y
!