Options

congifuring logical interfaces for vlan 1 on arouter

sdaniels903sdaniels903 Registered Users Posts: 2 ■□□□□□□□□□
configuring logical interface for vlan 1 on a router within packet tracer is this possible and if it is how can perform this task

Comments

  • Options
    bwillfordbwillford Member Posts: 64 ■■■□□□□□□□
    I might be wrong but I would think you are trying to do a sub interface..

    interface fa0/0.1
    encapsulation dot1q 1
    ip address xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx
  • Options
    sdaniels903sdaniels903 Registered Users Posts: 2 ■□□□□□□□□□
    the ccna study guide i'm using the author configure vlan1 on the router --->
    #conf t
    (config)#int vlan 1
    (config-if)#ip address xxxx.xxxx.xxxx.xxxx xxxx.xxxx.xxxx.xxxx
    (config-if)#no shut
    here is where i'm confuse
    (config-if)#int f1/0
    (config-if)#desc switchport to www server
    (config-if)#no shut
    (config-if)#int f1/1
    (config-if)#desc switchport to email server
    (config-if)#no shut
    (config-if)#int f1/2
    (config-if)#desc switchport to dns server
    (config-if)#no shut
    the confuse section i'm trying to accomplish in packet tracer
  • Options
    oli356oli356 Member Posts: 364
    That would be on a switch not a router.

    You can't create SVIs on routers and in that config you are connecting hosts to it (you wouldn't do this)

    Therefore I would say that config is done on a switch and not a router.

    What is the study guide you are using?
    Lab:
    Combination of GNS3 and Cisco equipment if required.
Sign In or Register to comment.