!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname solruter
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip cef
!
!
no ip dhcp use vrf connected
uded-address 10.0.2.0 10.0.2.99
!
ip dhcp pool vlan1
   network 10.0.0.0 255.255.255.0
   dns-server 10.0.1.2 
   default-router 10.0.0.1 
   lease 0 0 15
!
ip dhcp pool vlan2
   network 10.0.1.0 255.255.255.0
   dns-server 10.0.1.2 
   default-router 10.0.1.1 
   lease 0 0 15
!
ip dhcp pool vlan3
   network 10.0.2.0 255.255.255.0
   dns-server 10.0.1.2 
   default-router 10.0.2.1 
!
!
ip domain name sol
!         
ipv6 unicast-routing
ipv6 cef
!
!
username sesse privilege 15 secret 5 <removed>
!
!
class-map match-all everything
 match any 
class-map match-any prioritized
 match access-group name priotraffic
 match packet length max 128
class-map match-all streaming
 match  dscp cs7 
!
!
policy-map mark-streaming-packets
 class class-default
  set dscp cs7
policy-map policy_child
 class streaming
  priority 256
 class prioritized
  bandwidth remaining percent 20
  random-detect
  random-detect ecn
 class class-default
  bandwidth remaining percent 80
  random-detect
  random-detect ecn
policy-map policy_parent
 class everything
  shape average 1256000
  service-policy policy_child
!
! 
!
bridge irb
!
!
!
interface Tunnel1
 no ip address
 ipv6 address FE80::2 link-local
 ipv6 address 2001:67C:A4:FFFF::12/126
 ipv6 mtu 1456
 tunnel source FastEthernet4
 tunnel destination 129.241.93.30
 tunnel mode ipv6ip
!
interface FastEthernet0
 description switch1
 switchport mode trunk
!
interface FastEthernet1
 switchport access vlan 2
!
interface FastEthernet2
 description Direct Connect (lytteport)
 switchport access vlan 4
!
interface FastEthernet3
 description Direct Connect (modem)
 switchport access vlan 4
 spanning-tree portfast
!
interface FastEthernet4
 description Direct Connect
 bandwidth 10000000
 ip address dhcp hostname solruter
 ip nat outside
 ip nat enable
 ip virtual-reassembly
 duplex auto
 speed auto
 service-policy output policy_parent
!
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 Deltagernett
 ip address 10.0.0.1 255.255.255.0
 ip nat inside
 ip nat enable
 ip virtual-reassembly
 ipv6 address 2001:700:300:1820::1/64
!         
interface Vlan2
 description Organizernett
 ip address 10.0.1.1 255.255.255.0
 ip nat inside
 ip nat enable
 ip virtual-reassembly
 ipv6 address 2001:700:300:1821::1/64
!
interface Vlan3
 description Streamingnett
 ip address 10.0.2.1 255.255.255.0
 ip nat inside
 ip nat enable
 ip virtual-reassembly
 ipv6 address 2001:700:300:1822::1/64
 service-policy input mark-streaming-packets
!
interface Vlan4
 description Direct Connect
 ip address 192.168.10.2 255.255.255.0
 ip nat outside
 ip nat enable
 ip virtual-reassembly
 shutdown
!
router bgp 64518
 bgp log-neighbor-changes
 neighbor 2001:67C:A4:FFFF::11 remote-as 64512
 !
 address-family ipv4
 no neighbor 2001:67C:A4:FFFF::11 activate
 no auto-summary
 no synchronization
 exit-address-family
 !
 address-family ipv6
 neighbor 2001:67C:A4:FFFF::11 activate
 neighbor 2001:67C:A4:FFFF::11 next-hop-self
 neighbor 2001:67C:A4:FFFF::11 soft-reconfiguration inbound
 redistribute connected
 no synchronization
 exit-address-family
!
!
!
no ip http server
no ip http secure-server
ip nat inside source list local-clients interface FastEthernet4 overload
!
ip access-list extended local-clients
 permit ip 10.0.1.0 0.0.0.255 any
 permit ip 10.0.2.0 0.0.0.255 any
 permit ip 10.0.3.0 0.0.0.255 any
 permit ip 10.0.0.0 0.0.0.255 any
ip access-list extended priotraffic
 permit ip any any tos min-delay
 permit tcp any any eq 22
!
!
!
!
!
control-plane
!
!
line con 0
 no modem enable
line aux 0
line vty 0 4
 privilege level 15
 login local
 transport input ssh
!
scheduler max-task-time 5000
!
webvpn context Default_context
 ssl authenticate verify all
 !
 no inservice
!
end

