Advertisement
tirabytes

Cisco IOS: UFB

Dec 9th, 2013
2,726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. interface GigabitEthernet1
  2. no ip address
  3. no shut
  4.  
  5. interface GigabitEthernet1.10
  6. encapsulation dot1Q 10
  7. pppoe enable group global
  8. pppoe-client dial-pool-number 1
  9.  
  10. interface Dialer0
  11.  description ## ISP INTERFACE ##
  12.  ip address negotiated
  13.  mtu 1492
  14.  no ip redirects
  15.  no ip unreachables
  16.  no ip proxy-arp
  17.  encapsulation ppp
  18.  dialer pool 1
  19.  dialer-group 1
  20.  ppp pap sent-username x@y.com password xyxyxy
  21.  ppp ipcp dns request
  22.  ppp ipcp route default
  23.  no cdp enable
  24.  no shut
  25. !
  26. !
  27. int vlan1
  28.  ip tcp adjust-mss 1452
  29.  
  30.  
  31. dialer-list 1 protocol ip permit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement