Can anybody guide please what are the steps need to take?
We to add 2 vlans for our Boise Site.
Current Subnets 192.168.35.0/24 and 192.168.36.0/24
Need to add 192.168.37.0/24 and 192.168.38.0/24
For the routers its these devices below.
Boise-4331-1 and -2
Ip 192.168.35.253
And
192.168.35.248
I think this is the code to add to the routers.
But then the Vlan’s need to be added to the other devices.
interface GigabitEthernet0/0/1.37
description Bosie Video Network
encapsulation dot1Q 37
ip address 192.168.37.253 255.255.255.0
ip nat inside
ip flow monitor NTAMonitor input
standby 37 ip 192.168.37.254
standby 37 priority 105
standby 37 preempt
delay 25000
interface GigabitEthernet0/0/1.38
description Boise Wifi Network
encapsulation dot1Q 38
ip address 192.168.38.253 255.255.255.0
ip nat inside
ip flow monitor NTAMonitor input
standby 38 ip 192.168.38.254
standby 38 priority 105
standby 38 preempt
delay 25000
router eigrp WAN
!
address-family ipv4 unicast autonomous-system 500router eigrp WAN
!
exit-af-topology
!
network 192.168.37.253 0.0.0.0
network 192.168.38.253 0.0.0.0
ip access-list extended INET-RETURN
permit ip any 192.168.37.0 0.0.0.255
permit ip any 192.168.38.0 0.0.0.255