interface FastEthernet1/0
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
ip http server
no ip http secure-server
!
!
!
!
!
!
!
!
!
!
control-plane
!
!
!
!
!
gatekeeper
shutdown
!
!
line con 0
logging synchronous
login authentication noacs
stopbits 1
line aux 0
stopbits 1
line vty 0 4
transport input all
!
!
webvpn gateway WEBvpn
ip address 192.168.1.254 port 443
ssl trustpoint TP-self-signed-4279256517
inservice
!
webvpn context Group
ssl authenticate verify all
!
aaa authentication list sslvpn
gateway WEBvpn
no inservice // 命令中启用了inservice 但是show run 出来后就是no inservice
!