Teratermpro + console cable?
Is there not a portable command guide for that piece of legacy s**t?
Surely its easy enough just to run a few lines through the CLI (I assume it is cli?)
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Company
!
boot-start-marker
boot-end-marker
!
enable secret 5 xxxxxxxxxxxxx
!
aaa new-model
!
!
aaa group server radius rad_eap
server xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646
!
aaa authentication login default local
aaa authentication login eap_methods group rad_eap
!
!
aaa session-id common
!
!
dot11 syslog
!
dot11 ssid Company
vlan 1
authentication open eap eap_methods
authentication network-eap eap_methods
authentication key-management wpa
mbssid guest-mode
!
dot11 ssid Company-Guest
vlan 2
authentication open
authentication key-management wpa
mbssid guest-mode
wpa-psk ascii 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.3.254
ip dhcp excluded-address 192.168.4.254
!
ip dhcp pool employee
import all
network 192.168.3.0 255.255.255.0
default-router 192.168.3.254
domain-name xxxxxxxxxxx.com
!
ip dhcp pool guest
import all
network 192.168.4.0 255.255.255.0
default-router 192.168.4.254
domain-name xxxxxxxx.com
!
!
no ip domain lookup
ip domain name xxxxxxxxxx.com
!
!
!
username admin password 7 xxxxxxxxxxxxxxxxxxx
!
!
archive
log config
hidekeys
!
!
!
bridge irb
!
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
hold-queue 224 in
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Dot11Radio0
no ip address
ip nat inside
ip virtual-reassembly
!
encryption vlan 2 mode ciphers tkip
!
encryption vlan 1 mode ciphers tkip
!
ssid Company
!
ssid Company-Guest
!
mbssid
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 Dot11Radio0.1
encapsulation dot1Q 1 native
ip virtual-reassembly
bridge-group 1
bridge-group 1 subscriber-loop-control
bridge-group 1 spanning-disabled
bridge-group 1 block-unknown-source
no bridge-group 1 source-learning
no bridge-group 1 unicast-flooding
!
interface Dot11Radio0.2
encapsulation dot1Q 2
ip address 192.168.4.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Vlan1
no ip address
ip nat inside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
no ip mroute-cache
bridge-group 1
!
interface Vlan2
no ip address
ip nat inside
ip virtual-reassembly
no ip mroute-cache
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxxxxxxxx@adsl.virgin.net
ppp chap password 7 xxxxxxxxxxxxxxxxxxxxxxx
ppp pap sent-username xxxxxxxxxxxxxx@adsl.virgin.net password 7 xxxxxxxxxxxxxxxxxxxxx
ppp ipcp dns request
ppp ipcp wins request
hold-queue 224 in
!
interface BVI1
ip address 192.168.3.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip dns server
ip nat inside source list 7 interface Dialer1 overload
!
access-list 7 permit any
access-list 10 permit 192.168.3.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
radius-server host xxx.xxx.xxx.xxx auth-port 1645 acct-port 1646 key 7 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
!
control-plane
!
bridge 1 protocol ieee
bridge 1 route ip
!
line con 0
password 7 xxxxxxxxxxxxxxxxxxxxxx
no modem enable
line aux 0
password 7 xxxxxxxxxxxxxxxxxxxxxx
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxx
transport input telnet
!
scheduler max-task-time 5000
end