 | Help with Verizon 3xT1 Config/Hardware for Cisco 2911 I'm hoping someone can point me in the right direction. I am trying to configure a Cisco 2911 with VWIC3-1MFT-T1/E1 for a new Verizon 3xT1 circuit and have a few questions:
- do we need additional hardware to support this? I'm thinking I might need a WIC-2T as well? Or something else? - Verizon just delivered this to our demarc location. What type of cabling do I need to bring this to our Cisco 2911 and split it?
Here is the Cisco config that Verizon provided for us:
controller T1 0/0/0 framing esf linecode b8zs channel-group 1 timeslots 1-24 ! controller T1 0/0/1 framing esf linecode b8zs channel-group 1 timeslots 1-24 ! controller T1 0/0/2 framing esf linecode b8zs channel-group 1 timeslots 1-24 ! interface MFR1 mtu 4470 encapsulation frame-relay ietf no ip address no ip redirects no ip proxy-arp no ip mroute-cache load-interval 30 no arp frame-relay frame-relay multilink bid to u312298 frame-relay lmi-type ansi no shutdown ! interface MFR1.500 point-to-point ip address X.X.X.X 255.255.255.252 no ip redirects no ip proxy-arp no cdp enable no arp frame-relay frame-relay interface-dlci 500 IETF no shutdown ! interface FastEthernet0/0 ip address X.X.X.X 255.255.255.252 speed 100 full-duplex no shutdown ! interface Serial 0/0/0:1 mtu 4470 bandwidth 1536 no ip address no ip redirects no ip proxy-arp encapsulation frame-relay MFR1 load-interval 30 no arp frame-relay no shutdown ! interface Serial 0/0/1:1 mtu 4470 bandwidth 1536 no ip address no ip redirects no ip proxy-arp encapsulation frame-relay MFR1 load-interval 30 no arp frame-relay no shutdown ! interface Serial 0/0/0:2 mtu 4470 bandwidth 1536 no ip address no ip redirects no ip proxy-arp encapsulation frame-relay MFR1 load-interval 30 no arp frame-relay no shutdown ! ip route 0.0.0.0 0.0.0.0 MFR1.500 ----
Thanks in advance for any help. This is a bit beyond me. |
|
 cramer join:2007-04-10 Raleigh, NC kudos:5 Reviews:
·AT&T Southeast
| That's a single port card. You need at least 3 ports. A single VWIC3-4MFT-T1/E1 would do (albeit expensive.) [or any combination of supported T1 cards.]
Keep in mind, the 2911 has 3 gig-e ports. The "FastEthernet" port is the management port.
Also, I cannot stand "interface routes" (ip route 0.0.0.0 0.0.0.0 MFR1.500), they give people the wrong idea. You know the address of the far side; put it in the d***ed route. Disabling all the "ip" functions on MFR1 is just a waste of space once "no ip address" is entered -- the interface isn't running IP, why would it generate an ip redirect? |
|
|
|
 | Thanks so much. This is just what we were looking for, and along the same path that we were thinking. |
|