mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-08-08 12:24:38 +00:00
Update network device configurations to INSTRUCTIONS.md
This commit is contained in:
200
INSTRUCTIONS.md
200
INSTRUCTIONS.md
@@ -14,12 +14,12 @@
|
||||
|
||||
r1.net.tjas
|
||||
```
|
||||
!
|
||||
version 12.4
|
||||
service timestamps debug datetime msec
|
||||
service timestamps log datetime msec
|
||||
no service password-encryption
|
||||
!
|
||||
!
|
||||
hostname r1.net.tjas
|
||||
!
|
||||
boot-start-marker
|
||||
@@ -35,14 +35,14 @@ resource policy
|
||||
memory-size iomem 5
|
||||
ip subnet-zero
|
||||
!
|
||||
!
|
||||
ip cef
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
ip cef
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
interface FastEthernet0/0
|
||||
ip address dhcp
|
||||
no ip redirects
|
||||
@@ -52,124 +52,120 @@ interface FastEthernet0/0
|
||||
duplex full
|
||||
speed auto
|
||||
no mop enabled
|
||||
!
|
||||
!
|
||||
interface FastEthernet0/1
|
||||
no ip address
|
||||
duplex auto
|
||||
speed auto
|
||||
!
|
||||
!
|
||||
interface FastEthernet0/1.10
|
||||
description "TINU - INTERNET"
|
||||
encapsulation dot1Q 10
|
||||
ip address 192.168.1.1 255.255.255.0
|
||||
ip address 192.168.1.1 255.255.255.224
|
||||
ip helper-address 192.168.2.10
|
||||
no snmp trap link-status
|
||||
!
|
||||
!
|
||||
interface FastEthernet0/1.20
|
||||
description "JUVA - INTRA"
|
||||
encapsulation dot1Q 20
|
||||
ip address 192.168.2.1 255.255.255.0
|
||||
ip address 192.168.2.1 255.255.255.224
|
||||
ip helper-address 192.168.2.10
|
||||
no snmp trap link-status
|
||||
!
|
||||
!
|
||||
interface FastEthernet0/1.30
|
||||
description "AITO - TOIMISTO"
|
||||
encapsulation dot1Q 30
|
||||
ip address 192.168.3.1 255.255.255.0
|
||||
ip address 192.168.3.1 255.255.255.224
|
||||
ip helper-address 192.168.2.10
|
||||
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 address 192.168.69.1 255.255.255.192
|
||||
ip helper-address 192.168.69.20
|
||||
no snmp trap link-status
|
||||
!
|
||||
!
|
||||
interface GigabitEthernet0/0/0
|
||||
no ip address
|
||||
shutdown
|
||||
shutdown
|
||||
negotiation auto
|
||||
!
|
||||
!
|
||||
ip classless
|
||||
!
|
||||
!
|
||||
ip http server
|
||||
!
|
||||
access-list 1 permit 192.168.0.0
|
||||
access-list 1 permit 192.168.1.0
|
||||
access-list 1 permit 192.168.2.0
|
||||
access-list 1 permit 192.168.3.0
|
||||
access-list 1 deny any
|
||||
!
|
||||
!
|
||||
!
|
||||
control-plane
|
||||
!
|
||||
!
|
||||
!
|
||||
!
|
||||
line con 0
|
||||
line aux 0
|
||||
line vty 0 4
|
||||
password ********
|
||||
login
|
||||
!
|
||||
password TJAS1234
|
||||
login
|
||||
!
|
||||
scheduler allocate 20000 1000
|
||||
!
|
||||
end
|
||||
!
|
||||
end
|
||||
```
|
||||
|
||||
s1.net.tjas
|
||||
```
|
||||
hostname "s1.net.tjas"
|
||||
snmp-server community "public" Unrestricted
|
||||
vlan 1
|
||||
name "DEFAULT_VLAN"
|
||||
untagged 1-52
|
||||
ip address dhcp-bootp
|
||||
exit
|
||||
vlan 10
|
||||
name "TINU"
|
||||
ip address 192.168.1.2 255.255.255.0
|
||||
tagged 1
|
||||
exit
|
||||
vlan 20
|
||||
name "JUVA"
|
||||
tagged 1-2
|
||||
exit
|
||||
vlan 30
|
||||
name "AITO"
|
||||
tagged 1,3
|
||||
exit
|
||||
vlan 69
|
||||
name "SIVE"
|
||||
ip address 192.168.69.11 255.255.255.0
|
||||
tagged 1,2,3
|
||||
exit
|
||||
ip authorized-managers 192.168.69.20
|
||||
hostname "s1.net.tjas"
|
||||
snmp-server community "public" Unrestricted
|
||||
vlan 1
|
||||
name "DEFAULT_VLAN"
|
||||
untagged 1-52
|
||||
ip address dhcp-bootp
|
||||
exit
|
||||
vlan 10
|
||||
name "TINU"
|
||||
ip address 192.168.1.2 255.255.255.224
|
||||
tagged 1
|
||||
exit
|
||||
vlan 20
|
||||
name "JUVA"
|
||||
no ip address
|
||||
tagged 1-2
|
||||
exit
|
||||
vlan 30
|
||||
name "AITO"
|
||||
no ip address
|
||||
tagged 1,3
|
||||
exit
|
||||
vlan 69
|
||||
name "SIVE"
|
||||
ip address 192.168.69.11 255.255.255.192
|
||||
tagged 1-3
|
||||
exit
|
||||
ip authorized-managers 192.168.69.20 255.255.255.255
|
||||
ip ssh
|
||||
password manager
|
||||
|
||||
```
|
||||
|
||||
s2.net.tjas
|
||||
```
|
||||
hostname "s2.net.tjas"
|
||||
snmp-server community "public" Unrestricted
|
||||
vlan 1
|
||||
name "DEFAULT_VLAN"
|
||||
untagged 25-28
|
||||
ip address dhcp-bootp
|
||||
no untagged 1-24
|
||||
exit
|
||||
vlan 20
|
||||
name "JUVA"
|
||||
untagged 2-24
|
||||
ip address 192.168.2.2 255.255.255.0
|
||||
tagged 1
|
||||
exit
|
||||
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
|
||||
hostname "s2.net.tjas"
|
||||
snmp-server community "public" Unrestricted
|
||||
vlan 1
|
||||
name "DEFAULT_VLAN"
|
||||
untagged 25-28
|
||||
ip address dhcp-bootp
|
||||
no untagged 1-24
|
||||
exit
|
||||
vlan 20
|
||||
name "JUVA"
|
||||
untagged 2-24
|
||||
ip address 192.168.2.2 255.255.255.224
|
||||
tagged 1-2
|
||||
exit
|
||||
vlan 69
|
||||
name "SIVE"
|
||||
ip address 192.168.69.12 255.255.255.192
|
||||
tagged 1-2
|
||||
exit
|
||||
ip authorized-managers 192.168.69.20 255.255.255.255
|
||||
ip ssh
|
||||
password manager
|
||||
```
|
||||
@@ -177,26 +173,26 @@ password manager
|
||||
s3.net.tjas
|
||||
```
|
||||
hostname "s3.net.tjas"
|
||||
snmp-server community "public" Unrestricted
|
||||
vlan 1
|
||||
name "DEFAULT_VLAN"
|
||||
untagged 25-28
|
||||
ip address dhcp-bootp
|
||||
no untagged 1-24
|
||||
exit
|
||||
vlan 30
|
||||
snmp-server community "public" Unrestricted
|
||||
vlan 1
|
||||
name "DEFAULT_VLAN"
|
||||
untagged 25-28
|
||||
ip address dhcp-bootp
|
||||
no untagged 1-24
|
||||
exit
|
||||
vlan 30
|
||||
name "AITO"
|
||||
untagged 2-24
|
||||
ip address 192.168.3.2 255.255.255.0
|
||||
tagged 1
|
||||
exit
|
||||
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 address 192.168.3.2 255.255.255.224
|
||||
tagged 1,13-24
|
||||
untagged
|
||||
exit
|
||||
vlan 69
|
||||
name "SIVE"
|
||||
untagged 2-24
|
||||
ip address 192.168.69.13 255.255.255.192
|
||||
tagged 1
|
||||
exit
|
||||
ip authorized-managers 192.168.69.20 255.255.255.255
|
||||
ip ssh
|
||||
password manager
|
||||
```
|
||||
|
Reference in New Issue
Block a user