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

How To Add IP Address to Native VLAN1 on Router?

j.viola
Level 1
Level 1

How does one assign an IP address to the Native VLAN (VLAN1) on a 2948G-L3?

1 Reply 1

Prashanth Krishnappa
Cisco Employee
Cisco Employee

Your question is not very clear. Are you talking about native VLAN on a dot1q trunk? If so, use the keyword native under the sub-interface as shown below

interface GigabitEthernet49

no ip address

no ip directed-broadcast

!

interface GigabitEthernet49.1

encapsulation dot1Q 1 native<<<<<<<<<<<------

ip address 10.1.1.1 255.255.255.0

no ip directed-broadcast

!

interface GigabitEthernet49.2

encapsulation dot1Q 2

ip address 20.1.1.1 255.255.255.0

no ip directed-broadcast