I'm trying to add a video server on my network, and assigned VLAN 730 on my router and switch so that the video traffic wouldn't affect any others in the network. My question is...Would I need to add "int vlan 730" > "ip add 10.115.73.1 255.255.255.240" to my switch, or some static route?
Switch config:
description Video Server
switchport
switchport access vlan 730
switchport trunk encapsulation dot1q
switchport mode access
switchport nonegotiate
no cdp enable
spanning-tree portfast trunk
Router config:
ip dhcp pool vlan730
network 10.115.73.0 255.255.255.240
dns-server 10.15.12.9 10.10.1.10
default-router 10.115.73.1
end
!
interface GigabitEthernet5/0/0.730
encapsulation dot1Q 730
ip address 10.115.73.1 255.255.255.240
ip access-group 100 in
ip nat inside
Switch config:
description Video Server
switchport
switchport access vlan 730
switchport trunk encapsulation dot1q
switchport mode access
switchport nonegotiate
no cdp enable
spanning-tree portfast trunk
Router config:
ip dhcp pool vlan730
network 10.115.73.0 255.255.255.240
dns-server 10.15.12.9 10.10.1.10
default-router 10.115.73.1
end
!
interface GigabitEthernet5/0/0.730
encapsulation dot1Q 730
ip address 10.115.73.1 255.255.255.240
ip access-group 100 in
ip nat inside