-
Notifications
You must be signed in to change notification settings - Fork 0
/
NeutralExchange
97 lines (97 loc) · 1.13 KB
/
NeutralExchange
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
hostname NeutralExchange
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
cts logging verbose
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
vlan 1050
name AS1050
!
vlan 2328
name AS2328
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
switchport trunk allowed vlan 488,888,1050,2328
switchport trunk encapsulation dot1q
switchport mode trunk
duplex half
!
interface Ethernet0/1
description AS488
switchport access vlan 488
duplex half
!
interface Ethernet0/2
description AS2328
switchport access vlan 2328
switchport mode access
duplex half
!
interface Ethernet0/3
description AS1050
switchport access vlan 1050
switchport mode access
duplex half
!
interface Vlan888
ip address 10.88.8.254 255.255.255.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 10.88.8.1
ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
!
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
transport input none
!
!
!
end