lazaki222 wrote: » Hi, I'm confused between this two configuration interface TenGigabitEthernet3/1 switchport switchport access vlan 999 switchport mode access switchport nonegotiate no ip address logging event link-status ! interface Vlan 999 ip address 10.193.1.141 255.255.255.252 no ip redirects no ip proxy-arp ip pim sparse-dense-mode ip route-cache flow logging event link-status end compare to this interface TenGigabitEthernet3/1 no switchport ip add 10.193.1.141 255.255.255.252 no ip redirects no ip proxy-arp ip pim sparse-dense-mode ip route-cache flow logging event link-status ! Both have the same output but what is the difference why do still need to create SVI then assigned to physical interface? Thanks