Guest User

Untitled

a guest
Jan 21st, 2018
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. table de routage de notre machine:
  2. root@squeeze:/# ip route
  3. 192.168.100.20/30 via 192.168.4.1 dev eth1 proto zebra metric 791
  4. 192.168.14.0/25 dev eth1.100 proto kernel scope link src 192.168.14.2
  5. 192.168.4.0/25 dev eth1 proto kernel scope link src 192.168.4.2
  6. 192.168.130.0/24 dev eth0 proto kernel scope link src 192.168.130.30
  7. default via 192.168.130.254 dev eth0
  8.  
  9. config du routeur:
  10.  
  11. sh ru
  12. Building configuration...
  13.  
  14. Current configuration : 1221 bytes
  15. !
  16. version 12.2
  17. service timestamps debug uptime
  18. service timestamps log uptime
  19. no service password-encryption
  20. !
  21. hostname rome
  22. !
  23. enable secret 5 $1$uIGO$C6jr65TQZJGO8DwE.rE73.
  24. !
  25. ip subnet-zero
  26. no ip domain-lookup
  27. !
  28. frame-relay switching
  29. !
  30. !
  31. !
  32. interface Loopback1
  33. ip address 192.168.254.4 255.255.255.255
  34. !
  35. interface FastEthernet0
  36. ip address 192.168.4.1 255.255.255.128
  37. speed auto
  38. !
  39. interface Serial0
  40. no ip address
  41. shutdown
  42. no fair-queue
  43. !
  44. interface Serial1
  45. no ip address
  46. encapsulation frame-relay IETF
  47. frame-relay lmi-type ansi
  48. !
  49. interface Serial1.104 point-to-point
  50. ip address 192.168.100.10 255.255.255.252
  51. frame-relay interface-dlci 104
  52. !
  53. interface Serial1.204 point-to-point
  54. ip address 192.168.100.18 255.255.255.252
  55. shutdown
  56. frame-relay interface-dlci 204
  57. !
  58. interface Serial1.304 point-to-point
  59. ip address 192.168.100.22 255.255.255.252
  60. frame-relay interface-dlci 304
  61. !
  62. router ospf 100
  63. log-adjacency-changes
  64. network 192.168.4.0 0.0.0.127 area 0.0.0.4
  65. network 192.168.100.0 0.0.0.3 area 0
  66. network 192.168.100.8 0.0.0.3 area 0
  67. network 192.168.100.20 0.0.0.3 area 0
  68. !
  69. ip classless
  70. no ip http server
  71. !
  72. !
  73. !
  74. line con 0
  75. liline con 0
  76. line aux 0
  77. line vty 0 4
  78. password cisco
  79. login
  80. !
Add Comment
Please, Sign In to add comment