Goedendag,
Ik heb een Cisco 857W router liggen die ik graag wil gebruiken in combinatie met Telfort. De gegevens die ik heb van Telfort is het volgende:
Ik heb de volgende topic gevonden met veel info:
Cisco 877w icm Telfort
Maar ik krijg het zelf niet voor mekaar. Kan iemand mij de juiste richting geven?
Hier mijn config:
Ik heb een Cisco 857W router liggen die ik graag wil gebruiken in combinatie met Telfort. De gegevens die ik heb van Telfort is het volgende:
Nu ben ik een config aan het bouwen en ik krijg het niet voor mekaar om vanaf de router een machine te bereiken of naar buiten te gaan. Mijn kennis is beperkt, maar ben niet te lui om zelf iets uit te zoeken.Mode: RFC1483 Routed
Protocol: ENET ENCAP (Ethernet Encapsulation)
Multiplexing: LLC (Logical Link Control)
Encapsulation: AAL5 snap
VPI: 0
VCI: 34
IP-adres: Dynamisch
Een gebruikersnaam of wachtwoord evenals een "hostname" hoeft u NIET in te voeren.
Ik heb de volgende topic gevonden met veel info:
Cisco 877w icm Telfort
Maar ik krijg het zelf niet voor mekaar. Kan iemand mij de juiste richting geven?
Hier mijn config:
code:
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
| Current configuration : 4051 bytes ! version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Neo ! boot-start-marker boot-end-marker ! logging buffered 51200 warnings ! no aaa new-model ! resource policy ! no ip dhcp use vrf connected ip dhcp excluded-address 10.10.10.1 ! import all network 10.10.10.0 255.255.255.248 default-router 10.10.10.1 lease 0 2 ! ! ip cef no ip domain lookup ip domain name cisco.local ! ! crypto pki trustpoint TP-self-signed-1304675747 enrollment selfsigned subject-name cn=IOS-Self-Signed-Certificate-1304675747 revocation-check none rsakeypair TP-self-signed-1304675747 ! ! crypto pki certificate chain TP-self-signed-1304675747 certificate self-signed 01 30820249 308201B2 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274 69666963 6174652D 31333034 36373537 3437301E 170D3038 30323130 30393035 32375A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 33303436 37353734 3730819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281 8100B12B 2E791E2B B82907EA B66149EB 9D489F94 6B8C588F 15E8C3FD 7A7998E7 F22BFB4A DC91C3DE 918DAEE5 D50C0FBF 0499A1BB E9E65983 1F8301D4 5EC7ADC3 44854602 7B113BC6 A67FDB90 AB231C99 C16D547D FDCDB445 4D226F47 767B8D3F CDA65375 9C28F013 7C2EFBB6 3FAB94BA B06B28A9 1BD7C518 8174A2EF BDDEF0B3 92B90203 010001A3 71306F30 0F060355 1D130101 FF040530 030101FF 301C0603 551D1104 15301382 114E656F 2E737175 317A7A79 2E6C6F63 616C301F 0603551D 23041830 1680141E DD3EAB22 F28A3348 6FB220A0 E10116AE E7F56630 1D060355 1D0E0416 04141EDD 3EAB22F2 8A33486F B220A0E1 0116AEE7 F566300D 06092A86 4886F70D 01010405 00038181 00788777 46A22CE6 A9A51076 9E2C1312 7F4FB3EB 10625AD1 6E23FC95 CBAE68A7 A8CD3A82 C9342E41 1571DBAA 3E14541A 1E2D613F DAA3BE69 6B36782C 7B6232F7 44629F30 2DF8E290 D074692B 3A16FF1F 6E1072B7 7734BAA5 E58441F2 ACA0C3C4 461D1C24 1131E438 ED53E8FA 5D8D016D EE6D5F8F DF3D7E48 4309C9E2 371B763C 5B quit username cisco privilege 15 secret 5 $1$Qt2/$L8m3LO1KPPOt/WMgwfx0s1 ! ! ! ! ! interface ATM0 ip address dhcp no atm ilmi-keepalive pvc 0/34 encapsulation aal5snap ! dsl operating-mode auto ! interface FastEthernet0 ! interface FastEthernet1 ! interface FastEthernet2 ! interface FastEthernet3 ! interface Dot11Radio0 no ip address shutdown speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0 station-role root ! interface Vlan1 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$ ip address 10.10.10.1 255.255.255.248 ip tcp adjust-mss 1452 ! ! ip http server ip http access-class 23 ip http authentication local ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! access-list 23 permit 10.10.10.0 0.0.0.7 no cdp run ! control-plane ! banner login ^C ----------------------------------------------------------------------- Banner Crap ----------------------------------------------------------------------- ^C ! line con 0 login local no modem enable line aux 0 line vty 0 4 access-class 23 in privilege level 15 login local transport input telnet ssh ! scheduler max-task-time 5000 end |