質問編集履歴
12
まとめ
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,4 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
-
% IP addresses may not be configured on L2 links FastEthernet0.
|
20
|
-
|
21
19
|
```
|
11
文の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,23 +1,3 @@
|
|
1
|
-
```cisco
|
2
|
-
|
3
|
-
R1# configure terminal
|
4
|
-
|
5
|
-
R1#(config)#interface fastetherernet 0/0
|
6
|
-
|
7
|
-
R1#(configure-if)#no shutdown
|
8
|
-
|
9
|
-
R1#(configure-if)#exit
|
10
|
-
|
11
|
-
R1#(config-if)#interface serial 0/0
|
12
|
-
|
13
|
-
R1#(config-if)#no shutdown
|
14
|
-
|
15
|
-
R1#(config-if)#exit
|
16
|
-
|
17
|
-
```
|
18
|
-
|
19
|
-
|
20
|
-
|
21
1
|
なぜかスクリーンショットがとれなかったので、<code>でお願いします。
|
22
2
|
|
23
3
|
|
@@ -38,10 +18,4 @@
|
|
38
18
|
|
39
19
|
% IP addresses may not be configured on L2 links FastEthernet0.
|
40
20
|
|
41
|
-
|
42
|
-
|
43
21
|
```
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
下のコードを参考にしてもらえると幸いです。
|
10
文の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,6 @@
|
|
42
42
|
|
43
43
|
```
|
44
44
|
|
45
|
-
|
45
|
+
|
46
46
|
|
47
47
|
下のコードを参考にしてもらえると幸いです。
|
9
文の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,16 +38,10 @@
|
|
38
38
|
|
39
39
|
% IP addresses may not be configured on L2 links FastEthernet0.
|
40
40
|
|
41
|
-
^
|
42
|
-
|
43
|
-
% Invalid input detected at '^' marker.
|
44
|
-
|
45
|
-
|
46
|
-
|
47
41
|
|
48
42
|
|
49
43
|
```
|
50
44
|
|
51
|
-
|
45
|
+
(すいません。おかしな文章が入っていたので変更しました)
|
52
46
|
|
53
47
|
下のコードを参考にしてもらえると幸いです。
|
8
文の変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,15 +32,9 @@
|
|
32
32
|
|
33
33
|
```cisco
|
34
34
|
|
35
|
-
|
35
|
+
#Router(config-if)#ip address 192.168.2.1 255.255.255.0
|
36
36
|
|
37
|
-
|
37
|
+
|
38
|
-
|
39
|
-
% Invalid input detected at '^' marker.
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
Router(config-if)#$ses may not be configured on L2 links FastEthernet0.
|
44
38
|
|
45
39
|
% IP addresses may not be configured on L2 links FastEthernet0.
|
46
40
|
|
7
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
ルーターの設定方法。
|
test
CHANGED
File without changes
|
6
文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -53,3 +53,7 @@
|
|
53
53
|
|
54
54
|
|
55
55
|
```
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
下のコードを参考にしてもらえると幸いです。
|
5
文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,8 +16,40 @@
|
|
16
16
|
|
17
17
|
```
|
18
18
|
|
19
|
-
Cisco機の設定がしたいのですが設定文章でR1(config)#interface serial 0/0 において interface serial 0/0の文脈で
|
20
19
|
|
21
|
-
sに^となりますが、
|
22
20
|
|
23
|
-
なぜ
|
21
|
+
なぜかスクリーンショットがとれなかったので、<code>でお願いします。
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
最初の初期設定もしてなかったようで、
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
ipアドレス設定もしてませんでした。なので調べないといけないことになりました。
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
```cisco
|
34
|
+
|
35
|
+
Router(config-if)#Router(config-if)#ip address 192.168.2.1 255.255.255.0
|
36
|
+
|
37
|
+
^
|
38
|
+
|
39
|
+
% Invalid input detected at '^' marker.
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
Router(config-if)#$ses may not be configured on L2 links FastEthernet0.
|
44
|
+
|
45
|
+
% IP addresses may not be configured on L2 links FastEthernet0.
|
46
|
+
|
47
|
+
^
|
48
|
+
|
49
|
+
% Invalid input detected at '^' marker.
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
```
|
4
文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,10 +16,8 @@
|
|
16
16
|
|
17
17
|
```
|
18
18
|
|
19
|
+
Cisco機の設定がしたいのですが設定文章でR1(config)#interface serial 0/0 において interface serial 0/0の文脈で
|
19
20
|
|
20
|
-
|
21
|
-
という設定文章でR1(config)#interface serial 0/0 において interface serial 0/0
|
22
|
-
|
23
|
-
|
21
|
+
sに^となりますが、
|
24
22
|
|
25
23
|
なぜserialの書き方に問題があるでしょうか。Cisco1台で実験中です。
|
3
文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
R1# configure terminal
|
4
4
|
|
5
|
-
R1#(config
|
5
|
+
R1#(config)#interface fastetherernet 0/0
|
6
6
|
|
7
7
|
R1#(configure-if)#no shutdown
|
8
8
|
|
2
タグを改善
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
ciscoルーター
|
1
|
+
ciscoルーター設定
|
test
CHANGED
File without changes
|
1
文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
|
21
|
-
という設定文章でR
|
21
|
+
という設定文章でR1(config)#interface serial 0/0 において interface serial 0/0
|
22
22
|
|
23
23
|
^となりますが、
|
24
24
|
|