Building configuration...
Current configuration : 1343 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname troy-inet-rtr
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
ip domain name hbpogroup.com
!
username admin privilege 15 secret 5 $1$n6GG$2g9X5xzQsQvYWSrlH1fes1
!
!
!
interface FastEthernet0/0
description PIX Connect
ip address 216.234.116.121 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
shutdown
duplex auto
speed auto
!
interface Serial0/1/0
description Iserv Connect
ip address 216.234.103.150 255.255.255.252
encapsulation ppp
!
ip classless
ip route 0.0.0.0 0.0.0.0 216.234.103.149
!
ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
access-list 23 permit 216.234.116.120 0.0.0.7
!
control-plane
!
banner login ^C
HBPO North America
Authorized Users Only!
^C
!
line con 0
login local
line aux 0
line vty 0 4
access-class 23 in
privilege level 15
login local
transport input telnet
line vty 5 15
access-class 23 in
privilege level 15
login local
transport input telnet
!
end
|