Hi Guys;
I have 4 subnets configurated and i want to replace an old router for one 877, i have adsl right now, i have static ip and dhcp running to provide ip's to all subnets inside, here is what i want to do in the 877:
Can i do this in the 877 ?.
Thanks in advance.
I have 4 subnets configurated and i want to replace an old router for one 877, i have adsl right now, i have static ip and dhcp running to provide ip's to all subnets inside, here is what i want to do in the 877:
Code:
interface FastEthernet0/0
no shutdown
no ip address
!
interface FastEthernet0/0.1
no shutdown
encapsulation dot1Q 1 native
ip address 192.168.1.1 255.255.255.0
!
interface FastEthernet0/0.10
no shutdown
encapsulation dot1Q 10
ip address 192.168.2.1 255.255.255.0
!
interface FastEthernet0/0.20
no shutdown
encapsulation dot1Q 20
ip address 192.168.3.1 255.255.255.0
!
interface FastEthernet0/0.30
no shutdown
encapsulation dot1Q 30
ip address 192.168.4.1 255.255.255.0
!
interface FastEthernet0/0.40
no shutdown
encapsulation dot1Q 40
ip address 192.168.5.1 255.255.255.0
Can i do this in the 877 ?.
Thanks in advance.