Update network device configurations in INSTRUCTIONS.md

This commit is contained in:
Christer Warén
2025-08-05 10:52:50 +03:00
parent 04a0fbe635
commit b25e57d349

View File

@@ -54,28 +54,38 @@ interface FastEthernet0/0
no mop enabled no mop enabled
! !
interface FastEthernet0/1 interface FastEthernet0/1
ip address 192.168.0.1 255.255.255.0 no ip address
duplex auto duplex auto
speed auto speed auto
! !
interface FastEthernet0/1.10 interface FastEthernet0/1.10
description "TINU - INTERNET"
encapsulation dot1Q 10 encapsulation dot1Q 10
ip address 192.168.1.1 255.255.255.0 ip address 192.168.1.1 255.255.255.0
ip helper-address 192.168.2.10 ip helper-address 192.168.2.10
no snmp trap link-status no snmp trap link-status
! !
interface FastEthernet0/1.20 interface FastEthernet0/1.20
description "JUVA - INTRA"
encapsulation dot1Q 20 encapsulation dot1Q 20
ip address 192.168.2.1 255.255.255.0 ip address 192.168.2.1 255.255.255.0
ip helper-address 192.168.2.10 ip helper-address 192.168.2.10
no snmp trap link-status no snmp trap link-status
! !
interface FastEthernet0/1.30 interface FastEthernet0/1.30
description "AITO - TOIMISTO"
encapsulation dot1Q 30 encapsulation dot1Q 30
ip address 192.168.3.1 255.255.255.0 ip address 192.168.3.1 255.255.255.0
ip helper-address 192.168.2.10 ip helper-address 192.168.2.10
no snmp trap link-status no snmp trap link-status
! !
interface FastEthernet0/1.69
description "SIVE - HALLINTA"
encapsulation dot1Q 69
ip address 192.168.69.1 255.255.255.0
ip helper-address 192.168.69.20
no snmp trap link-status
!
interface GigabitEthernet0/0/0 interface GigabitEthernet0/0/0
no ip address no ip address
shutdown shutdown
@@ -107,29 +117,31 @@ end
s1.net.tjas s1.net.tjas
``` ```
hostname "s1.net.tjas" hostname "s1.net.tjas"
snmp-server community "public" Unrestricted snmp-server community "public" Unrestricted
vlan 1 vlan 1
name "DEFAULT_VLAN" name "DEFAULT_VLAN"
untagged 1-52 untagged 1-52
ip address dhcp-bootp ip address dhcp-bootp
exit exit
vlan 10 vlan 10
name "VLAN10" name "TINU"
ip address 192.168.1.2 255.255.255.0 ip address 192.168.1.2 255.255.255.0
tagged 1 tagged 1
exit exit
vlan 20 vlan 20
name "VLAN20" name "JUVA"
ip address 192.168.2.2 255.255.255.0 tagged 1-2
tagged 1-2 exit
exit vlan 30
vlan 30 name "AITO"
name "VLAN30" tagged 1,3
ip address 192.168.3.2 255.255.255.0 exit
tagged 1,3 vlan 69
exit name "SIVE"
ip authorized-managers 192.168.2.10 tagged 1,2,3
exit
ip authorized-managers 192.168.69.20
ip ssh ip ssh
password manager password manager
@@ -138,22 +150,25 @@ password manager
s2.net.tjas s2.net.tjas
``` ```
hostname "s2.net.tjas" hostname "s2.net.tjas"
ip routing
snmp-server community "public" Unrestricted snmp-server community "public" Unrestricted
vlan 1 vlan 1
name "DEFAULT_VLAN" name "DEFAULT_VLAN"
untagged 1,25-28 untagged 25-28
ip address dhcp-bootp ip address dhcp-bootp
no untagged 2-24 no untagged 1-24
exit exit
vlan 20 vlan 20
name "VLAN20" name "JUVA"
untagged 2-24 untagged 2-24
ip address 192.168.2.3 255.255.255.0 ip address 192.168.2.2 255.255.255.0
ip helper-address 192.168.2.10
tagged 1 tagged 1
exit exit
ip authorized-managers 192.168.2.10 255.255.255.255 vlan 69
name "SIVE"
ip address 192.168.69.12 255.255.255.0
tagged 1,2
exit
ip authorized-managers 192.168.69.20 255.255.255.255
ip ssh ip ssh
password manager password manager
``` ```
@@ -164,17 +179,23 @@ hostname "s3.net.tjas"
snmp-server community "public" Unrestricted snmp-server community "public" Unrestricted
vlan 1 vlan 1
name "DEFAULT_VLAN" name "DEFAULT_VLAN"
untagged 1,25-28 untagged 25-28
ip address dhcp-bootp ip address dhcp-bootp
no untagged 2-24 no untagged 1-24
exit exit
vlan 30 vlan 30
name "VLAN30" name "AITO"
untagged 2-24 untagged 2-24
ip address 192.168.3.3 255.255.255.0 ip address 192.168.3.2 255.255.255.0
tagged 1 tagged 1
exit exit
ip authorized-managers 192.168.2.10 vlan 69
name "SIVE"
untagged 2-24
ip address 192.168.69.13 255.255.255.0
tagged 1
exit
ip authorized-managers 192.168.69.20 255.255.255.255
ip ssh ip ssh
password manager password manager
``` ```