BostonSiteRouter2#show ip interface brief 
Interface              IP-Address      OK? Method Status                Protocol
 
FastEthernet0/0        10.10.255.254   YES manual up                    up
 
FastEthernet0/1        unassigned      YES unset  administratively down down
 
FastEthernet1/0        unassigned      YES unset  up                    up
 
FastEthernet1/0.10     10.10.0.1       YES manual up                    up
 
FastEthernet1/0.20     10.10.2.1       YES manual up                    up
 
FastEthernet1/0.30     10.10.4.1       YES manual up                    up
 
FastEthernet1/0.40     10.10.6.1       YES manual up                    up
 
FastEthernet1/1        unassigned      YES unset  administratively down down
 
Vlan1                  unassigned      YES unset  administratively down down
BostonSiteRouter2#

BostonSiteRouter2#show running-config 
Building configuration...

Current configuration : 912 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname BostonSiteRouter2
!
!
!
no ip cef
no ipv6 cef
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
 ip address 10.10.255.254 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface FastEthernet1/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet1/0.10
 no ip address
!
interface FastEthernet1/0.20
 no ip address
!
interface FastEthernet1/0.30
 no ip address
!
interface FastEthernet1/0.40
 no ip address
!
interface FastEthernet1/1
 no ip address
 duplex auto
 speed auto
 shutdown
!
interface Vlan1
 no ip address
 shutdown
!
ip classless
!
ip flow-export version 9
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
 login
!
!
!
end


BostonSiteRouter2#